Skip to content

Commit

Permalink
Update version and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-r-m committed Feb 15, 2021
1 parent c16c12d commit 00229e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-resource-search",
"version": "1.0.0",
"version": "0.1.0",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config webview && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist"
Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"manifest_version": 1,
"id": "com.whatever.resource-search",
"id": "net.rmusin.resource-search",
"app_min_version": "1.7",
"version": "1.0.0",
"version": "0.1.0",
"name": "Resource Search Plugin",
"description": "Search in Resources",
"description": "Search in Attached Resources",
"author": "Roman Musin",
"homepage_url": "https://github.com/roman-r-m/joplin-plugin-resource-search",
"repository_url": "https://github.com/roman-r-m/joplin-plugin-resource-search",
Expand Down

0 comments on commit 00229e6

Please sign in to comment.