Skip to content

Commit

Permalink
update versions (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh authored Sep 30, 2020
1 parent 34542d1 commit 9856bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/relayclient/ContractInteractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type Web3Provider =
| WebsocketProvider

export default class ContractInteractor {
private readonly VERSION = '2.0.0'
private readonly VERSION = '2.0.1'

private readonly IPaymasterContract: Contract<IPaymasterInstance>
private readonly IRelayHubContract: Contract<IRelayHubInstance>
Expand Down
2 changes: 1 addition & 1 deletion src/relayserver/RelayServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { configureServer, ServerConfigParams, ServerDependencies } from './Serve

import Timeout = NodeJS.Timeout

const VERSION = '2.0.0'
const VERSION = '2.0.1'
const GAS_RESERVE = 100000

export class RelayServer extends EventEmitter {
Expand Down

0 comments on commit 9856bdd

Please sign in to comment.