Skip to content

Commit

Permalink
Bump version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Aug 1, 2023
1 parent a0bf7a6 commit 4a3d439
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-cmoptions",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "joplin.plugin.cmoptions",
"app_min_version": "2.11",
"version": "1.0.1",
"version": "1.1.0",
"name": "CodeMirror Options",
"description": "Adds some CodeMirror options to Joplin's settings, such as line numbers and line wrapping.",
"author": "FelisDiligens",
Expand Down

0 comments on commit 4a3d439

Please sign in to comment.