Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 4, 2020
1 parent 536d961 commit 5c9967e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lunardate"
version = "0.1.4"
version = "0.2.0"
authors = ["messense <messense@icloud.com>"]
description = "A Chinese Calendar Library in Rust"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Add it to your ``Cargo.toml``:

```toml
[dependencies]
lunardate = "0.1"
lunardate = "0.2"
```

Add ``extern crate lunardate`` to your crate root if you are using Rust 2015 edition and your're good to go!
Expand Down

0 comments on commit 5c9967e

Please sign in to comment.