Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed Nov 13, 2017
1 parent 6a7b65c commit 10257f7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.42",
"version": "5.0.0-beta.43",
"description": "A platform to build bitcoin and blockchain-based applications.",
"engines": {
"node": ">=8.0.0"
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"bitcore-lib": "5.0.0-beta.1",
"bitcore-node": "5.0.0-beta.42",
"insight-api": "5.0.0-beta.42",
"insight-ui": "bitpay/insight#v5.0.0-beta.42"
"bitcore-node": "5.0.0-beta.43",
"insight-api": "5.0.0-beta.43",
"insight-ui": "bitpay/insight#v5.0.0-beta.43"
},
"license": "MIT",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions scripts/tag-and-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ bitcoreNodeDir="${HOME}/source/bitcore-node"
# given a string tag, make signed commits, push to relevant repos, create signed tags and publish to npm

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

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

tag="${1}"
Expand Down

0 comments on commit 10257f7

Please sign in to comment.