Skip to content

Commit

Permalink
3.0.1 Release
Browse files Browse the repository at this point in the history
- Fixed bug when resetting an encounter (close #8). See PR #9
  • Loading branch information
valentine195 committed Sep 17, 2021
1 parent a5e5a78 commit 86ba1fd
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "initiative-tracker",
"name": "Initiative Tracker",
"version": "3.0.0",
"version": "3.0.1",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "TTRPG Initiative Tracker for Obsidian.md",
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": "initiative-tracker",
"version": "3.0.0",
"version": "3.0.1",
"description": "TTRPG Initiative Tracker for 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
Expand Up @@ -2,5 +2,5 @@
"0.0.10": "0.12.4",
"1.0.1": "0.12.4",
"2.0.3": "0.12.10",
"3.0.0": "0.12.10"
"3.0.1": "0.12.10"
}

0 comments on commit 86ba1fd

Please sign in to comment.