diff --git a/manifest.json b/manifest.json index d1ef276..946036c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 9fb314c..0dec227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.3.0", + "version": "0.3.1", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index d72e718..a4fecab 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.0": "1.4.16", "0.1.1": "1.4.16", "0.2.0": "1.4.16", - "0.3.0": "1.4.16" + "0.3.0": "1.4.16", + "0.3.1": "1.4.16" }