diff --git a/manifest.json b/manifest.json index 946036c..28a646b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.3.1", + "version": "0.5.0b1", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index bf0e152..576693c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.4.2b", + "version": "0.5.0b1", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index dbd8c28..8014e86 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.3.2b2": "1.4.16", "0.4.0b": "1.4.16", "0.4.1b": "1.4.16", - "0.4.2b": "1.4.16" + "0.4.2b": "1.4.16", + "0.5.0b1": "1.4.16" }