Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 23, 2025
1 parent 3bd65ba commit 0ca0be9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-github-sync",
"name": "GitHub Sync",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "1.7.7",
"description": "A plugin to sync a Github repository with an Obsidian vault.",
"author": "Silvano Cerza",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-sync",
"version": "0.0.2",
"version": "0.0.3",
"description": "A plugin to sync a Github repository with an Obsidian vault",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"0.0.0": "1.7.7",
"0.0.1": "1.7.7",
"0.0.2": "1.7.7"
"0.0.2": "1.7.7",
"0.0.3": "1.7.7"
}

0 comments on commit 0ca0be9

Please sign in to comment.