Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkanani committed Jun 7, 2018
1 parent 8256ac9 commit 1b00f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Socket: mqtts://kovan.dagger.matic.network (You can also use `ssl://` protocol)
## Example

```javascript
var Dagger = require('eth-dagger').default
var Dagger = require('eth-dagger')

// connect to Dagger ETH main network (network id: 1) over web socket
var dagger = new Dagger('wss://mainnet.dagger.matic.network') // dagger server
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-dagger",
"version": "0.0.1-beta.4",
"version": "0.0.1",
"description":
"Library to connect with dagger server and manage subscriptions for Ethereum",
"main": "lib/index.js",
Expand Down

0 comments on commit 1b00f64

Please sign in to comment.