Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-r-m committed Aug 5, 2021
1 parent d571b85 commit e162c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-quick-links",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 1,
"id": "com.whatever.quick-links",
"app_min_version": "1.7",
"version": "1.2.1",
"app_min_version": "1.8.1",
"version": "1.2.2",
"name": "Quick Links",
"description": "Create links to other notes",
"author": "Roman Musin",
Expand Down

0 comments on commit e162c65

Please sign in to comment.