Skip to content

Commit

Permalink
[REL] Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Aug 22, 2023
1 parent 1f0a98d commit 91fbd05
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 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": "0.1.9",
"minAppVersion": "1.2.0",
"version": "1.0.0",
"minAppVersion": "1.3.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": "0.1.9",
"version": "1.0.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": "0.1.9",
"pluginReleasedAt": "2023-06-08T18:26:22+0200"
"pluginVersion": "1.0.0",
"pluginReleasedAt": "2023-08-22T12:06:35+0200"
}
7 changes: 4 additions & 3 deletions src/plugin-info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* File will be overwritten by bin/release.sh! */export const PLUGIN_INFO = {
"pluginVersion": "0.1.9",
"pluginReleasedAt": "2023-06-08T18:26:22+0200"
/* File will be overwritten by bin/release.sh! */
export const PLUGIN_INFO = {
"pluginVersion": "1.0.0",
"pluginReleasedAt": "2023-08-22T12:06:35+0200"
}
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.0.0": "1.2.0",
"1.0.0": "1.3.0",
"0.1.0": "1.2.0",
"0.1.1": "1.2.0",
"0.1.2": "1.2.0",
Expand Down

0 comments on commit 91fbd05

Please sign in to comment.