Release 0.1.1 for community review

This commit is contained in:
ichaly 2026-06-06 18:49:09 +08:00
parent 77ca31278c
commit c64b774607
4 changed files with 5 additions and 5 deletions

View file

@ -107,8 +107,8 @@ obsync
推送版本 tag 会触发 GitHub Actions 自动发布:
```bash
git tag 0.1.0
git push origin 0.1.0
git tag 0.1.1
git push origin 0.1.1
```
Release 会上传:

View file

@ -1,7 +1,7 @@
{
"id": "obsync",
"name": "S3 Vault Sync",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "1.6.6",
"description": "Sync vault files through OSS / S3-compatible object storage.",
"author": "Chaly",

View file

@ -1,6 +1,6 @@
{
"name": "obsync",
"version": "0.1.0",
"version": "0.1.1",
"description": "Plugin for OSS / S3-compatible vault sync.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,3 @@
{
"0.1.0": "1.6.6"
"0.1.1": "1.6.6"
}