Increment the version

This commit is contained in:
Arnaud 2024-12-11 12:50:05 +01:00
parent c49fd27ae3
commit e9af0d7c12
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
version = "1.0.0"
version = "1.1.0"
author = "Nim Ethers Authors"
description = "library for interacting with Ethereum"
license = "MIT"