diff --git a/manifest-beta.json b/manifest-beta.json deleted file mode 100644 index 9ac97ba..0000000 --- a/manifest-beta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "iron-vault", - "name": "Iron Vault", - "minAppVersion": "1.6.3", - "description": "Gameplay plugin/VTT for the Ironsworn/Starforged family of tabletop RPGs.", - "author": "Iron Vault Dev Team", - "authorUrl": "https://github.com/iron-vault-plugin", - "isDesktopOnly": false, - "version": "1.84.0-beta.1" -} \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4a15c93..d22a917 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "Iron Vault Dev Team", "authorUrl": "https://github.com/iron-vault-plugin", "isDesktopOnly": false, - "version": "1.83.1" + "version": "1.84.0" } \ No newline at end of file diff --git a/package.json b/package.json index 9702a84..800f124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.84.0-beta.1", + "version": "1.84.0", "description": "", "main": "main.js", "type": "module",