Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
letmutx committed Nov 14, 2019
1 parent 36721d5 commit 8767d5d
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 = "dex"
version = "0.2.2"
version = "0.2.3"
authors = ["Rohit Kumar <[email protected]>"]
edition = "2018"
description = "Rust library for parsing dex files"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Most of the functionality to access the data structures in the file is implement
## Usage
Add to your `Cargo.toml`:
```
dex = "0.2.2"
dex = "0.2.3"
```

## Documentation
Expand Down

0 comments on commit 8767d5d

Please sign in to comment.