diff --git a/manifest.json b/manifest.json index 992a63a..2b9b219 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "rustshare-vault-sync", "name": "RustShare Vault Sync", - "version": "0.1.5", + "version": "0.1.6", "minAppVersion": "0.15.0", "description": "Sync local vaults to RustShare. RustShare is not affiliated with, endorsed by, or sponsored by Dynalist Inc.", "author": "RustShare", diff --git a/package-lock.json b/package-lock.json index 6ffa821..9863fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rustshare-vault-sync", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rustshare-vault-sync", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", diff --git a/package.json b/package.json index d1b97f0..1ca2806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustshare-vault-sync", - "version": "0.1.5", + "version": "0.1.6", "description": "Sync local vaults to RustShare. RustShare is not affiliated with, endorsed by, or sponsored by Dynalist Inc.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ddc4f7a..84e2c84 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.3": "0.15.0", "0.1.4": "0.15.0", - "0.1.5": "0.15.0" + "0.1.5": "0.15.0", + "0.1.6": "0.15.0" }