Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiss committed Aug 8, 2024
1 parent 69e8001 commit 88172e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "vikunja-sync",
"name": "Vikunja Sync",
"version": "1.0.12",
"version": "1.0.13",
"minAppVersion": "0.15.0",
"description": "Integrates Vikunja.",
"author": "Peter Heiss",
"authorUrl": "https://github.com/Heiss",
"fundingUrl": "https://ko-fi.com/heiss",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"version": "1.0.13",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"1.0.13": "0.15.0"
}

0 comments on commit 88172e6

Please sign in to comment.