mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Bump version to 1.0.1
This commit is contained in:
parent
3f16253487
commit
3979e73708
3 changed files with 5 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "github-gitless-sync",
|
"id": "github-gitless-sync",
|
||||||
"name": "GitHub Gitless Sync",
|
"name": "GitHub Gitless Sync",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"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",
|
||||||
"authorUrl": "https://silvanocerza.com",
|
"authorUrl": "https://silvanocerza.com",
|
||||||
"fundingUrl": "https://ko-fi.com/silvanocerza",
|
"fundingUrl": "https://ko-fi.com/silvanocerza",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-gitless-sync",
|
"name": "github-gitless-sync",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,6 @@
|
||||||
"0.0.4": "1.7.7",
|
"0.0.4": "1.7.7",
|
||||||
"0.0.5": "1.7.7",
|
"0.0.5": "1.7.7",
|
||||||
"0.0.6": "1.7.7",
|
"0.0.6": "1.7.7",
|
||||||
"1.0.0": "1.7.7"
|
"1.0.0": "1.7.7",
|
||||||
|
"1.0.1": "1.7.7"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue