2 parents 9345c6f + ffda5d9 commit 2751671Copy full SHA for 2751671
2 files changed
bundle_versions.json
@@ -1,5 +1,12 @@
1
{
2
"versions": [
3
+ {
4
+ "version": "0.0.15",
5
+ "min_required_cli_version": "0.0.27",
6
+ "max_required_cli_version": "latest",
7
+ "download_url": "https://github.com/bitloops/local-dashboard/releases/download/v0.0.15/bundle.tar.zst",
8
+ "checksum_url": "https://github.com/bitloops/local-dashboard/releases/download/v0.0.15/bundle.tar.zst.sha256"
9
+ },
10
11
"version": "0.0.14",
12
"min_required_cli_version": "0.0.22",
package.json
@@ -1,6 +1,6 @@
"name": "local-dashboard",
- "version": "0.0.14",
"license": "Apache-2.0",
"type": "module",
"scripts": {
0 commit comments