Skip to content

Commit 10257f7

Browse files
author
Chris Kleeschulte
committed
Bumped version.
1 parent 6a7b65c commit 10257f7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore",
3-
"version": "5.0.0-beta.42",
3+
"version": "5.0.0-beta.43",
44
"description": "A platform to build bitcoin and blockchain-based applications.",
55
"engines": {
66
"node": ">=8.0.0"
@@ -37,9 +37,9 @@
3737
},
3838
"dependencies": {
3939
"bitcore-lib": "5.0.0-beta.1",
40-
"bitcore-node": "5.0.0-beta.42",
41-
"insight-api": "5.0.0-beta.42",
42-
"insight-ui": "bitpay/insight#v5.0.0-beta.42"
40+
"bitcore-node": "5.0.0-beta.43",
41+
"insight-api": "5.0.0-beta.43",
42+
"insight-ui": "bitpay/insight#v5.0.0-beta.43"
4343
},
4444
"license": "MIT",
4545
"devDependencies": {

scripts/tag-and-release.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ bitcoreNodeDir="${HOME}/source/bitcore-node"
1313
# given a string tag, make signed commits, push to relevant repos, create signed tags and publish to npm
1414

1515
bump_version () {
16-
sed -i'' -e "s/\"version\"\: .*$/\"version\"\: \"${shortTag}\",/g" package.json
16+
sed -i '' -e "s/\"version\"\: .*$/\"version\"\: \"${shortTag}\",/g" package.json
1717
}
1818

1919
set_deps () {
20-
sed -i'' -e "s/\"bitcore-node\"\: .*$/\"bitcore-node\"\: \"${shortTag}\",/g" package.json
21-
sed -i'' -e "s/\"insight-api\"\: .*$/\"insight-api\"\: \"${shortTag}\",/g" package.json
22-
sed -i'' -e "s/\"insight-ui\"\: .*$/\"insight-ui\"\: \"bitpay\/insight\#${tag}\"/g" package.json
20+
sed -i '' -e "s/\"bitcore-node\"\: .*$/\"bitcore-node\"\: \"${shortTag}\",/g" package.json
21+
sed -i '' -e "s/\"insight-api\"\: .*$/\"insight-api\"\: \"${shortTag}\",/g" package.json
22+
sed -i '' -e "s/\"insight-ui\"\: .*$/\"insight-ui\"\: \"bitpay\/insight\#${tag}\"/g" package.json
2323
}
2424

2525
tag="${1}"

0 commit comments

Comments
 (0)