Release 0.1.6

Signed-off-by: Zoorpha <aaron@kubedo.com>
This commit is contained in:
Zoorpha 2026-06-23 01:39:25 +02:00
parent 80b67a78e4
commit 52ad03d1ef
4 changed files with 6 additions and 5 deletions

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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