Skip to content

Commit

Permalink
[REL] Releases version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Jul 23, 2023
1 parent 4b1d094 commit 53417e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "logstravaganza",
"name": "Logstravaganza",
"version": "1.1.1",
"version": "1.2.0",
"minAppVersion": "1.2.0",
"description": "A simple proxy for `console.*()` calls which copies log messages and uncaught exceptions to a note.",
"author": "Carlo Zottmann",
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": "logstravaganza",
"version": "1.1.1",
"version": "1.2.0",
"description": "A simple proxy for `console.*()` calls which copies log messages and uncaught exceptions to a note.",
"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": "2023-06-07T16:35:35+0200"
"pluginVersion": "1.2.0",
"pluginReleasedAt": "2023-07-23T19:58:08+0200"
}
4 changes: 2 additions & 2 deletions src/plugin-info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* File will be overwritten by bin/release.sh! */export const PLUGIN_INFO = {
"pluginVersion": "1.1.1",
"pluginReleasedAt": "2023-06-07T16:35:35+0200"
"pluginVersion": "1.2.0",
"pluginReleasedAt": "2023-07-23T19:58:08+0200"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"0.1.5": "1.2.0",
"1.0.1": "1.2.0",
"1.1.0": "1.2.0",
"1.1.1": "1.2.0"
"1.1.1": "1.2.0",
"1.2.0": "1.2.0"
}

0 comments on commit 53417e2

Please sign in to comment.