Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jun 30, 2021
1 parent d78d20d commit aee5291
Show file tree
Hide file tree
Showing 3 changed files with 5 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-initiative-tracker",
"name": "Obsidian Initiative Tracker",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.12.5",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-initiative-tracker",
"version": "0.0.2",
"version": "0.0.3",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"main": "main.js",
"scripts": {
Expand All @@ -13,6 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
Expand All @@ -26,6 +27,7 @@
"rollup": "^2.32.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.38.3",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.7.3",
"title-case": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.0.2": "0.12.4"
"0.0.3": "0.12.4"
}

0 comments on commit aee5291

Please sign in to comment.