diff --git a/manifest.json b/manifest.json index 58f32dc..4b98578 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-note", "name": "Share Note", - "version": "0.1.1", + "version": "0.1.2", "minAppVersion": "0.15.0", "description": "Share a note publicly with full styling. Data is stored encrypted on the server and only you have the key.", "author": "Alan Grainger", diff --git a/package.json b/package.json index 4cb756d..70d6984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-note", - "version": "0.1.1", + "version": "0.1.2", "description": "Share a note publicly with full styling. Data is stored encrypted on the server and only you have the key.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 725e514..40ff89f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "0.15.0", - "0.1.1": "0.15.0" + "0.1.1": "0.15.0", + "0.1.2": "0.15.0" }