Skip to content

Commit

Permalink
[REL] Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Jun 20, 2024
1 parent 563ff15 commit 1bda72f
Show file tree
Hide file tree
Showing 5 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,8 +1,8 @@
{
"id": "mononote",
"name": "Mononote",
"version": "1.1.1",
"minAppVersion": "1.4.0",
"version": "1.2.0",
"minAppVersion": "1.5.0",
"description": "Ensures each note occupies only one tab. If a note is already open, its existing tab will be focussed instead of opening the same file in the current tab.",
"author": "Carlo Zottmann",
"authorUrl": "https://github.com/czottmann",
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": "mononote",
"version": "1.1.1",
"version": "1.2.0",
"description": "Ensures each note occupies only one tab. If a note is already open, its existing tab will be focussed instead of opening the same file in the current tab.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"pluginVersion": "1.1.1",
"pluginReleasedAt": "2024-01-09T15:32:07+0100"
"pluginVersion": "1.2.0",
"pluginReleasedAt": "2024-06-20T17:13:33+0200"
}
4 changes: 2 additions & 2 deletions src/plugin-info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* File will be overwritten by bin/release.sh! */
export const PLUGIN_INFO = {
"pluginVersion": "1.1.1",
"pluginReleasedAt": "2024-01-09T15:32:07+0100"
"pluginVersion": "1.2.0",
"pluginReleasedAt": "2024-06-20T17:13:33+0200"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"0.1.8": "1.2.0",
"0.1.9": "1.2.0",
"1.1.0": "1.4.0",
"1.1.1": "1.4.0"
"1.1.1": "1.4.0",
"1.2.0": "1.5.0"
}

0 comments on commit 1bda72f

Please sign in to comment.