Skip to content

Commit d30904c

Browse files
committed
release: bump version
1 parent 66d4c05 commit d30904c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pangu"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["airt <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "readme.md"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add to `Cargo.toml`:
2323

2424
```toml
2525
[dependencies]
26-
pangu = "0.1"
26+
pangu = "0.2"
2727
```
2828

2929
Example:

0 commit comments

Comments
 (0)