Skip to content

Commit

Permalink
Version bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Feb 13, 2023
1 parent 23df005 commit 0f6cf4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-search-and-replace",
"version": "2.1.0",
"version": "2.2.0",
"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
Expand Up @@ -2,9 +2,9 @@
"manifest_version": 1,
"id": "joplin-plugin-search-and-replace",
"app_min_version": "2.8",
"version": "2.1.0",
"version": "2.2.0",
"name": "Search & Replace",
"description": "Adds a search and replace panel.",
"description": "Adds a search and replace panel to the Markdown editor.",
"author": "FelisDiligens",
"homepage_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace",
"repository_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace",
Expand Down

0 comments on commit 0f6cf4d

Please sign in to comment.