Skip to content

Commit 4754c65

Browse files
committed
Bump version to 0.5.4
1 parent 27aa88e commit 4754c65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cashc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashc",
3-
"version": "0.5.4-beta",
3+
"version": "0.5.4",
44
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
55
"keywords": [
66
"bitcoin",

packages/cashscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashscript",
3-
"version": "0.5.4-beta",
3+
"version": "0.5.4",
44
"description": "Easily write and interact with Bitcoin Cash contracts",
55
"keywords": [
66
"bitcoin cash",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@bitauth/libauth": "^1.17.2",
4545
"bip68": "^1.0.4",
46-
"cashc": "^0.5.4-beta",
46+
"cashc": "^0.5.4",
4747
"delay": "^4.3.0",
4848
"electrum-cash": "^2.0.4",
4949
"hash.js": "^1.1.7"

0 commit comments

Comments
 (0)