Bump version to 1.0.7

This commit is contained in:
Silvano Cerza 2025-05-22 19:43:02 +02:00
parent b6eb9ed62d
commit ee9c2ee236
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -12,5 +12,6 @@
"1.0.3": "1.7.7", "1.0.3": "1.7.7",
"1.0.4": "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" "1.0.6": "1.7.7",
"1.0.7": "1.7.7"
} }