* bump version in Cargo.toml to match npm version * chore: bump version to 0.0.37-ersion.0 * chore: bump version to 0.0.37-ersion.1 * bump version in Cargo.toml to match npm version * chore: bump version to 0.0.37-ersion.2 * use node script to bump cargo version * use cargo-edit to set version * add cache for cargo-edit * set cargo version same as npm * fix cargo toml location * fix cargo toml version * chore: bump version to 0.0.37-ersion.3 --------- Co-authored-by: GitHub Action <action@github.com>
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"name": "vibe-kanban",
|
|
"private": false,
|
|
"version": "0.0.37-ersion.3",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"vibe-kanban": "bin/cli.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "bloop",
|
|
"license": "",
|
|
"description": "NPX wrapper around vibe-kanban and vibe-kanban-mcp",
|
|
"files": [
|
|
"dist",
|
|
"bin"
|
|
]
|
|
}
|