Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J committed Oct 17, 2023
1 parent 1727a4d commit 28ede01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "sync-to-xlog",
"name": "sync-to-xlog",
"version": "0.0.2",
"minAppVersion": "0.12.0",
"description": "A plugin let you sync your obsidian vault with xlog",
"author": "Otto-J@github",
"authorUrl": "https://github.com/Otto-J",
"isDesktopOnly": false
}
"id": "sync-to-xlog",
"name": "sync-to-xlog",
"version": "0.0.3",
"minAppVersion": "0.12.0",
"description": "A plugin let you sync your obsidian vault with xlog",
"author": "Otto-J@github",
"authorUrl": "https://github.com/Otto-J",
"isDesktopOnly": false
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.0": "0.12.0",
"1.0.1": "0.12.0",
"1.0.3": "0.12.0"
"1.0.3": "0.12.0",
"0.0.3": "0.12.0"
}

0 comments on commit 28ede01

Please sign in to comment.