From 8fb6f286a8a2bf032a7fa6f69508d1c9fad2a76f Mon Sep 17 00:00:00 2001 From: Tim Wibiral Date: Tue, 21 Feb 2023 01:05:36 +0100 Subject: [PATCH] update to version 1.1.0 --- manifest.json | 6 +++--- package.json | 2 +- versions.json | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index d7ba67f..a70d124 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "ObsiDOOM", "name": "obsidian-doom", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "0.15.0", - "description": "Play the well-known FPS game DOOM in your Obsidian app. You can also play Prince of Persia, Mortal Combat, GTA, Sim City, and Need for Speed.", + "description": "Play DOOM and many other retro games in your Obsidian app. You can also play Prince of Persia, Mortal Combat, GTA, Sim City, and Need for Speed.", "author": "twibiral", "authorUrl": "https://github.com/twibiral", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index c0dd525..5350055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-doom", - "version": "1.0.0", + "version": "1.1.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b23a413..9021324 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.15.0", - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file