Skip to content

Commit

Permalink
Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Jun 22, 2023
1 parent dd6a08e commit 0cfb380
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 = "sonyflake"
version = "0.1.2"
version = "0.2.0"
authors = ["Arne Bahlo <hallo@arne.me>"]
license = "MIT OR Apache-2.0"
description = "A distributed unique ID generator inspired by Twitter's Snowflake"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Sonyflake ID is composed of
Add the following to your `Cargo.toml`:
```toml
[dependencies]
sonyflake = "0.1"
sonyflake = "0.2"
```

## Quickstart
Expand Down

0 comments on commit 0cfb380

Please sign in to comment.