Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jun 9, 2024
1 parent 2589c15 commit 53d0b95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
.DS_Store
index.ts
tsconfig.json
avail_path
identity.toml
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const NETWORK_RPC_URLS: { turing: string, local: string } = {
program
.name('avail')
.description('A simple CLI for Avail network utilities')
.version('0.1.13')
.version('0.1.14')

const sendTransferTx = async (api: any, to: string, amount: BN, keyring: KeyringPair, opt: Partial<any>, network: NetworkNames, wait: Wait): Promise<void> => {
return await new Promise((resolve, reject) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availproject/cli",
"version": "0.1.13",
"version": "0.1.14",
"description": "A simple CLI for Avail utilities",
"main": "index.js",
"bugs": "https://github.com/availproject/cli/issues",
Expand Down

0 comments on commit 53d0b95

Please sign in to comment.