diff --git a/manifest-beta.json b/manifest-beta.json index 3108d28..3a05a11 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index 3108d28..3a05a11 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 0e94011..0db721d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bases-charts", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 000a6ae..f5d6774 100644 --- a/versions.json +++ b/versions.json @@ -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" }