mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Bump version to 1.0.4
This commit is contained in:
parent
45481a9ff9
commit
dd58cc07b2
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "github-gitless-sync",
|
||||
"name": "GitHub Gitless Sync",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
|
||||
"author": "Silvano Cerza",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-gitless-sync",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
"1.0.0": "1.7.7",
|
||||
"1.0.1": "1.7.7",
|
||||
"1.0.2": "1.7.7",
|
||||
"1.0.3": "1.7.7"
|
||||
"1.0.3": "1.7.7",
|
||||
"1.0.4": "1.7.7"
|
||||
}
|
||||
Loading…
Reference in a new issue