Skip to content

Commit 115128b

Browse files
author
Jan Schulte
committed
Bump version number to 0.5.0
1 parent ec657e6 commit 115128b

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 = "os_type"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jan Schulte <hello@unexpected-co.de>"]
55
license = "MIT"
66
description = "Detect the operating system type"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include this into your `Cargo.toml`:
99

1010
```toml
1111
[dependencies]
12-
os_type="0.3.0"
12+
os_type="0.5.0"
1313
```
1414

1515
In your code:

0 commit comments

Comments
 (0)