Skip to content

Commit

Permalink
Bump version to 0.4.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt authored Apr 12, 2022
1 parent 5d198a6 commit 47b1256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "rexie"
version = "0.3.0"
version = "0.4.0"
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use Rexie, you need to add the following to your `Cargo.toml`:

```toml
[dependencies]
rexie = "0.3"
rexie = "0.4"
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```toml
//! [dependencies]
//! rexie = "0.3"
//! rexie = "0.4"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 47b1256

Please sign in to comment.