Bump version to 1.0.6

This commit is contained in:
Silvano Cerza 2025-03-21 17:03:38 +01:00
parent 5f0c8b1ed2
commit b7dbbba7b8
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "github-gitless-sync",
"name": "GitHub Gitless Sync",
"version": "1.0.5",
"version": "1.0.6",
"minAppVersion": "1.7.7",
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
"author": "Silvano Cerza",

View file

@ -1,6 +1,6 @@
{
"name": "github-gitless-sync",
"version": "1.0.5",
"version": "1.0.6",
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
"main": "main.js",
"scripts": {

View file

@ -11,5 +11,6 @@
"1.0.2": "1.7.7",
"1.0.3": "1.7.7",
"1.0.4": "1.7.7",
"1.0.5": "1.7.7"
"1.0.5": "1.7.7",
"1.0.6": "1.7.7"
}