Skip to content

Commit

Permalink
Version bump 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Oct 28, 2022
1 parent a4e5189 commit d6bc5af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-achievements",
"name": "Achievements",
"version": "0.0.5",
"version": "0.0.6",
"minAppVersion": "0.15.0",
"description": "Add achievements to Obsidian.",
"author": "Zachatoo",
"authorUrl": "https://zachyoung.dev",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-achievements",
"version": "0.0.5",
"version": "0.0.6",
"description": "Add achievements to Obsidian.",
"main": "src/main.js",
"scripts": {
Expand Down
7 changes: 6 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"0.0.1": "0.15.0"
"0.0.1": "0.15.0",
"0.0.2": "0.15.0",
"0.0.3": "0.15.0",
"0.0.4": "0.15.0",
"0.0.5": "0.15.0",
"0.0.6": "0.15.0"
}

0 comments on commit d6bc5af

Please sign in to comment.