Skip to content

Commit

Permalink
Merge pull request #234 from OffchainLabs/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
edfelten committed Feb 14, 2020
2 parents d5260ef + 07cd330 commit e726a89
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion demos/election/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"webpack-dev-server": "~3.10.2"
},
"dependencies": {
"arb-provider-ethers": "^0.3.0",
"arb-provider-ethers": "^0.4.3",
"arb-provider-truffle": "^0.3.3",
"bootstrap": "4.4.1",
"ethers": "4.0.44",
Expand Down
2 changes: 1 addition & 1 deletion demos/pet-shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"arb-provider-truffle": "^0.3.0",
"arb-provider-web3": "^0.3.0",
"arb-provider-web3": "^0.4.3",
"bootstrap": "^4.4.1",
"jquery": "^3.4.1",
"web3": "~1.2.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-avm-cpp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/offchainlabs/arbitrum/packages/arb-avm-cpp

go 1.12

require github.com/offchainlabs/arbitrum/packages/arb-util v0.4.2
require github.com/offchainlabs/arbitrum/packages/arb-util v0.4.3

replace github.com/offchainlabs/arbitrum/packages/arb-util => ../arb-util
2 changes: 1 addition & 1 deletion packages/arb-avm-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.12
require (
github.com/dgraph-io/badger v1.6.0
github.com/ethereum/go-ethereum v1.9.8
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.3
)

replace github.com/offchainlabs/arbitrum/packages/arb-util => ../arb-util
2 changes: 1 addition & 1 deletion packages/arb-provider-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arb-provider-ethers",
"version": "0.3.7",
"version": "0.4.3",
"description": "Arbitrum provider for ethers",
"author": "Offchain Labs, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/arb-provider-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.12
require (
github.com/ethereum/go-ethereum v1.9.10
github.com/gorilla/rpc v1.2.0
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-validator-core v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.3
github.com/offchainlabs/arbitrum/packages/arb-validator-core v0.4.3
)

replace github.com/offchainlabs/arbitrum/packages/arb-validator-core => ../arb-validator-core
Expand Down
4 changes: 2 additions & 2 deletions packages/arb-provider-web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arb-provider-web3",
"version": "0.3.1",
"version": "0.4.3",
"description": "Arbitrum provider for web3",
"author": "Offchain Labs, Inc.",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://offchainlabs.com",
"dependencies": {
"arb-provider-ethers": "^0.3.2",
"arb-provider-ethers": "^0.4.3",
"ethers": "^4.0.44",
"ethers-providers": "^2.1.19",
"ethers-utils": "^2.1.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-validator-core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.12
require (
github.com/ethereum/go-ethereum v1.9.10
github.com/golang/protobuf v1.3.2
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.3
github.com/pkg/errors v0.9.1
google.golang.org/grpc v1.23.1
)
Expand Down
8 changes: 4 additions & 4 deletions packages/arb-validator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ require (
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/rpc v1.2.0
github.com/offchainlabs/arbitrum/packages/arb-avm-cpp v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-avm-go v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-validator-core v0.4.2
github.com/offchainlabs/arbitrum/packages/arb-avm-cpp v0.4.3
github.com/offchainlabs/arbitrum/packages/arb-avm-go v0.4.3
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.3
github.com/offchainlabs/arbitrum/packages/arb-validator-core v0.4.3
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
)
Expand Down

0 comments on commit e726a89

Please sign in to comment.