Skip to content

Commit

Permalink
Automated bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiftALot committed Nov 13, 2024
1 parent 3c2f1b5 commit f65c026
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "insta-toc",
"name": "Insta TOC",
"version": "1.0.3",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Simultaneously generate, update, and maintain a table of contents for your notes.",
"author": "Nick C.",
"autherUrl": "https://github.com/iLiftALot/insta-toc",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insta-toc",
"version": "1.0.3",
"version": "2.0.0",
"description": "Simultaneously generate, update, and maintain a table of contents for your notes.",
"repository": {
"directory": ".",
Expand Down Expand Up @@ -41,4 +41,4 @@
"dependencies": {
"deepmerge-ts": "7.1.3"
}
}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
}
"1.0.3": "0.15.0",
"2.0.0": "0.15.0"
}

0 comments on commit f65c026

Please sign in to comment.