mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-26 23:31:19 +00:00
Increment the version
This commit is contained in:
parent
c49fd27ae3
commit
e9af0d7c12
@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
|
||||
project. Add the following to its .nimble file:
|
||||
|
||||
```nim
|
||||
requires "ethers >= 1.0.0 & < 2.0.0"
|
||||
requires "ethers >= 1.1.0 & < 2.0.0"
|
||||
```
|
||||
|
||||
Usage
|
||||
|
@ -1,4 +1,4 @@
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user