@mxyhi/vibe-kanban 0.0.149-rc.2 → 0.0.149-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/download.js +1 -1
  2. package/package.json +1 -1
package/bin/download.js CHANGED
@@ -8,7 +8,7 @@ const ProxyAgent = proxyAgentModule.ProxyAgent || proxyAgentModule.default || pr
8
8
 
9
9
  // Replaced during npm publish by workflow
10
10
  const RELEASE_REPO = "mxyhi/vibe-kanban"; // e.g., mxyhi/vibe-kanban
11
- const BINARY_TAG = "v0.0.149-rc.2"; // e.g., v0.0.135
11
+ const BINARY_TAG = "v0.0.149-rc.4"; // e.g., v0.0.135
12
12
  const RELEASE_BASE_URL = `https://github.com/${RELEASE_REPO}/releases/download`;
13
13
  const CACHE_DIR = path.join(require("os").homedir(), ".vibe-kanban", "bin");
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mxyhi/vibe-kanban",
3
3
  "private": false,
4
- "version": "0.0.149-rc.2",
4
+ "version": "0.0.149-rc.4",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "vibe-kanban": "bin/cli.js"