diff --git a/manifest.json b/manifest.json index 48c2f50..9c12fe4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "logging-note", "name": "Logging Note", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.2.0", "description": "A simple proxy for `console.*()` calls which copies log messages to a note.", "author": "Carlo Zottmann", diff --git a/package.json b/package.json index c4d7d73..e657a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logging-note", - "version": "0.1.2", + "version": "0.1.3", "description": "A simple proxy for `console.*()` calls which copies log messages to a note.", "main": "main.js", "scripts": { diff --git a/src/plugin-info.json b/src/plugin-info.json index 824f163..cec78e5 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "0.1.2", - "pluginReleasedAt": "2023-05-09T18:12:42+0200" + "pluginVersion": "0.1.3", + "pluginReleasedAt": "2023-05-09T21:33:31+0200" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index d7581ee..475b2cc 100644 --- a/src/plugin-info.ts +++ b/src/plugin-info.ts @@ -1,4 +1,4 @@ /* File will be overwritten by bin/release.sh! */export const PLUGIN_INFO = { - "pluginVersion": "0.1.2", - "pluginReleasedAt": "2023-05-09T18:12:42+0200" + "pluginVersion": "0.1.3", + "pluginReleasedAt": "2023-05-09T21:33:31+0200" } diff --git a/versions.json b/versions.json index 4024a3a..155184a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "0.1.1": "1.2.0", - "0.1.2": "1.2.0" + "0.1.2": "1.2.0", + "0.1.3": "1.2.0" }