Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schulte committed Oct 24, 2015
1 parent 6ed7a11 commit 5722fe4
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 = "os_type"
version = "0.2.2"
version = "0.3.0"
authors = ["Jan Schulte <[email protected]>"]
license = "MIT"
description = "Detect the operating system type"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Include this into your `Cargo.toml`:

```toml
[dependencies]
os_type="0.2.1"
os_type="0.3.0"
```

In your code:
Expand Down

0 comments on commit 5722fe4

Please sign in to comment.