Skip to content

Commit b4fd560

Browse files
authored
shift to master-2 (#96)
bump version
1 parent 57ed9a5 commit b4fd560

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929

3030
- stage: coverage
3131
name: "Solidity Test Coverage"
32-
if: branch = arc-hive
32+
if: branch = master-2
3333
script: npm run coveralls

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daostack/infra-experimental",
3-
"version": "0.1.1-rc.22",
3+
"version": "0.1.1-rc.23",
44
"description": "Base layer DAO's components",
55
"files": [
66
"contracts/",

release-experimental.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rm -rf ./node_modules
44
rm -rf ./build
5-
git checkout origin/arc-hive
5+
git checkout origin/master-2
66
echo "npm install ..."
77
npm i
88
echo "buidler compile ..."

0 commit comments

Comments
 (0)