From f187d41ded771c1bb97ec9635985bbc32668ba1b Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Tue, 7 Oct 2025 13:38:29 +0200 Subject: [PATCH] [auto] bump version to `0.0.6` --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 19aeb28..eb5b486 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "bases-charts", "name": "Bases Charts", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "1.10.0", "description": "Did you ever hear the tragedy of Darth Plagueis the Wise? I thought not. It's not a story the Jedi would tell you. It's a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life... He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful... the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. Ironic. He could save others from death, but not himself.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index 19aeb28..eb5b486 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bases-charts", "name": "Bases Charts", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "1.10.0", "description": "Did you ever hear the tragedy of Darth Plagueis the Wise? I thought not. It's not a story the Jedi would tell you. It's a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life... He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful... the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. Ironic. He could save others from death, but not himself.", "author": "Moritz Jung", diff --git a/package.json b/package.json index e5e604c..4b59142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bases-charts", - "version": "0.0.5", + "version": "0.0.6", "description": "", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 15d747e..144071f 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.2": "1.10.0", "0.0.3": "1.10.0", "0.0.4": "1.10.0", - "0.0.5": "1.10.0" + "0.0.5": "1.10.0", + "0.0.6": "1.10.0" }