Release 0.1.3

This commit is contained in:
shi.changliang 2026-06-15 10:52:44 +08:00
parent e098e34948
commit 20cfda7203
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}