[auto] bump version to 0.0.8

This commit is contained in:
Moritz Jung 2025-10-09 13:18:43 +02:00
parent 6328ac24e3
commit 489229a13d
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "bases-charts",
"name": "Bases Charts",
"version": "0.0.7",
"version": "0.0.8",
"minAppVersion": "1.10.0",
"description": "Bases views for scatter, line, and bar charts.",
"author": "Moritz Jung",

View file

@ -1,7 +1,7 @@
{
"id": "bases-charts",
"name": "Bases Charts",
"version": "0.0.7",
"version": "0.0.8",
"minAppVersion": "1.10.0",
"description": "Bases views for scatter, line, and bar charts.",
"author": "Moritz Jung",

View file

@ -1,6 +1,6 @@
{
"name": "bases-charts",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "main.js",
"scripts": {

View file

@ -4,5 +4,6 @@
"0.0.4": "1.10.0",
"0.0.5": "1.10.0",
"0.0.6": "1.10.0",
"0.0.7": "1.10.0"
"0.0.7": "1.10.0",
"0.0.8": "1.10.0"
}