Skip to content

Commit c21e728

Browse files
committed
Bump version to 1.0.0
1 parent b20cece commit c21e728

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-github-sync",
33
"name": "GitHub Sync",
4-
"version": "0.0.6",
4+
"version": "1.0.0",
55
"minAppVersion": "1.7.7",
6-
"description": "A plugin to sync a Github repository with an Obsidian vault.",
6+
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
77
"author": "Silvano Cerza",
88
"authorUrl": "https://silvanocerza.com",
99
"fundingUrl": "https://ko-fi.com/silvanocerza",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-github-sync",
3-
"version": "0.0.6",
4-
"description": "A plugin to sync a Github repository with an Obsidian vault",
3+
"version": "1.0.0",
4+
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.0.3": "1.7.7",
66
"0.0.4": "1.7.7",
77
"0.0.5": "1.7.7",
8-
"0.0.6": "1.7.7"
8+
"0.0.6": "1.7.7",
9+
"1.0.0": "1.7.7"
910
}

0 commit comments

Comments
 (0)