diff --git a/manifest.json b/manifest.json index 282272f..0a24827 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.5.2", + "version": "0.5.3", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index c46838b..67f37ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.5.2", + "version": "0.5.3", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index b59bc9f..203aca9 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.5.0b4": "1.4.16", "0.5.0": "1.4.16", "0.5.1": "1.4.16", - "0.5.2": "1.4.16" + "0.5.2": "1.4.16", + "0.5.3": "1.4.16" }