Skip to content

Commit

Permalink
Merge pull request #12 from Quorafind/dev-for-reviewing
Browse files Browse the repository at this point in the history
Bump Version
  • Loading branch information
Quorafind authored Sep 20, 2022
2 parents 21fe8bb + 972af17 commit e4fc321
Show file tree
Hide file tree
Showing 3 changed files with 4 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-table-generator",
"name": "Table Generator",
"version": "1.2.0",
"version": "1.2.1",
"minAppVersion": "0.12.0",
"description": "A plugin for generate markdown table quickly like Typora.",
"author": "Quorafind",
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": "obsidian-table-generator",
"version": "1.2.0",
"version": "1.2.1",
"description": "A plugin for generate markdown table quickly like Typora.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"1.0.3": "0.12.0",
"1.1.0": "0.12.0",
"1.1.1": "0.12.0",
"1.2.0": "0.12.0"
"1.2.0": "0.12.0",
"1.2.1": "0.12.0"
}

0 comments on commit e4fc321

Please sign in to comment.