Skip to content

Commit e886bad

Browse files
authored
Merge pull request #25 from axiomhq/arne/bump-version
Bump version to 0.5
2 parents df13d30 + f70b7b3 commit e886bad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "axiom-rs"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Arne Bahlo <arne@axiom.co>"]
55
edition = "2018"
66
rust-version = "1.60"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to your Cargo.toml:
1414

1515
```toml
1616
[dependencies]
17-
axiom-rs = "0.4"
17+
axiom-rs = "0.5"
1818
```
1919

2020
## Get started
@@ -24,7 +24,7 @@ could look like this:
2424

2525
```toml
2626
[dependencies]
27-
axiom-rs = "0.4"
27+
axiom-rs = "0.5"
2828
tokio = "1"
2929
```
3030

@@ -36,7 +36,7 @@ features:
3636

3737
```toml
3838
[dependencies]
39-
axiom-rs = { version = "0.4", default-features = false, features = ["async-std"] }
39+
axiom-rs = { version = "0.5", default-features = false, features = ["async-std"] }
4040
async-std = "1"
4141
```
4242

0 commit comments

Comments
 (0)