mirror of
https://github.com/ichaly/cohere.git
synced 2026-07-22 07:47:20 +00:00
Release 0.1.3
This commit is contained in:
parent
e098e34948
commit
20cfda7203
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue