Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarrell committed Jun 5, 2019
1 parent b4d3ebb commit 9bf616b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elias-fano"
version = "1.0.1"
version = "1.1.0"
authors = ["Tom Arrell <tom.arrell@gmail.com>"]
description = "An implementation of Elias-Fano encoding in Rust"
repository = "https://github.com/tomarrell/rust-elias-fano"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This implementation is based largely on one written in Go by [Antonio Mallia](ht
Add the following line to your Cargo.toml:
```diff
[dependencies]
+ elias-fano = "1.0.1"
+ elias-fano = "1.1.0"
```

## Example Usage
Expand Down

0 comments on commit 9bf616b

Please sign in to comment.