Skip to content

Commit ae2d63a

Browse files
authored
chore: bump v0.4.2 (#331)
1 parent abaa6f8 commit ae2d63a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Example result:
267267
Pay attention to the `devnet.configPath` and `devnet.dataPath`.
268268

269269
2. `cd` into the `devnet.configPath` . Modify the config files as needed. See [Custom Devnet Setup](https://docs.nervos.org/docs/node/run-devnet-node#custom-devnet-setup) and [Configure CKB](https://github.com/nervosnetwork/ckb/blob/develop/docs/configure.md) for details.
270-
3. After modifications, remove everything in the `devnet.dataPath` folder to reset chain data.
270+
3. After modifications, run `offckb clean -d` to remove the chain data if needed while keeping the updated config files.
271271
4. Restart local blockchain by running `offckb node`
272272

273273

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offckb/cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "ckb development network for your first try",
55
"author": "CKB EcoFund",
66
"license": "MIT",

0 commit comments

Comments
 (0)