Skip to content

Commit

Permalink
Bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
treymo committed Feb 26, 2022
1 parent 4ef8d42 commit 9561bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-link-graph-ui",
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"dev": "webpack --mode development --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.treymo.LinkGraph",
"app_min_version": "1.7",
"version": "1.2.2",
"version": "1.2.3",
"name": "Link Graph UI",
"description": "Visualize the connections between Joplin notes.",
"author": "Trey Mo",
Expand Down

0 comments on commit 9561bfc

Please sign in to comment.