Skip to content

Commit bfc330a

Browse files
authored
Merge pull request #20 from axiomhq/arne/bump
Bump version to 0.4
2 parents 0ce8ace + 51d8b86 commit bfc330a

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.3.0"
3+
version = "0.4.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.3"
17+
axiom-rs = "0.4"
1818
```
1919

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

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

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

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

0 commit comments

Comments
 (0)