diff --git a/manifest.json b/manifest.json index a70d124..ca4649b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "ObsiDOOM", - "name": "obsidian-doom", - "version": "1.1.0", + "id": "obsidoom", + "name": "ObsiDOOM", + "version": "1.1.1", "minAppVersion": "0.15.0", "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", diff --git a/package.json b/package.json index 5350055..b849c3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-doom", - "version": "1.1.0", + "version": "1.1.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9021324..1629de4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "0.15.0", "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file