Skip to content

Commit

Permalink
Bump version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Jul 14, 2023
1 parent 8d3536c commit 301dc14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "1.0.0",
"version": "0.18.1",
"version": "0.19.0",
"js": "main.js",
"donation": "https://buymeacoffee.com/tgrosinger"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-tables-obsidian",
"version": "0.18.1",
"version": "0.19.0",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -33,6 +33,6 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@tgrosinger/md-advanced-tables": "3.9.0"
"@tgrosinger/md-advanced-tables": "3.9.1"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@tgrosinger/md-advanced-tables@3.9.0":
version "3.9.0"
resolved "https://registry.yarnpkg.com/@tgrosinger/md-advanced-tables/-/md-advanced-tables-3.9.0.tgz#699cf44b475cfb8d8582576ef15c875c847eda61"
integrity sha512-5OMFk4zibpkTTuTDqc5hB2aU7GXPH8YfVQiG8li727vKTHVny0viJNWXD2iRBxIvQW6DKB8tqutz///41zN7/A==
"@tgrosinger/md-advanced-tables@3.9.1":
version "3.9.1"
resolved "https://registry.yarnpkg.com/@tgrosinger/md-advanced-tables/-/md-advanced-tables-3.9.1.tgz#c3e7a9915cfa62686462578c60dfc32ae371ff63"
integrity sha512-97RRnl5pXAHiYypJ/Jwm0UCvXQt3hkOy8ST2bdExQ02Xo+5b2t+swRJvuDGrWnY2jn1b1iKcgYUvZ/uJuByJzQ==
dependencies:
decimal.js "10.4.3"
ebnf "1.9.0"
Expand Down

0 comments on commit 301dc14

Please sign in to comment.