diff --git a/manifest.json b/manifest.json index 9b43e56..e02c508 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cohere", "name": "Cohere", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.6.6", "description": "Sync vault files through OSS / S3-compatible object storage.", "author": "Chaly", diff --git a/package.json b/package.json index f4edecf..3ba1625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cohere", - "version": "0.1.2", + "version": "0.1.3", "description": "Plugin for OSS / S3-compatible vault sync.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index eab14d1..61e0666 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.1": "1.6.6", - "0.1.2": "1.6.6" + "0.1.2": "1.6.6", + "0.1.3": "1.6.6" }