Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoz123 committed Nov 13, 2023
1 parent e352ea8 commit e557423
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ After merging old filename is removed.



### version 2.0.0
- allows to create additional/multiple (`hobby-archive, `work-archive` etc) archive files
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "archive-to-single-note",
"name": "Archive/trash to single note",
"version": "1.0.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Allows to create single file archive/trash and merge(archive) old notes with it.",
"author": "mwoz123",
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": "archive-to-single-note",
"version": "1.0.0",
"version": "2.0.0",
"description": "Allows to create single file archive/trash and merge(archive) old notes with it.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit e557423

Please sign in to comment.