Skip to content

Commit b6a86c5

Browse files
committed
release: 0.3.0
Signed-off-by: azjezz <[email protected]>
1 parent e1b7265 commit b6a86c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ara_reporting"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Ara reporting library for for Ara Programming Langauge 📃"
66
readme = "README.md"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add `ara_reporting` to your `Cargo.toml`, and you're good to go!
1616

1717
```toml
1818
[dependencies]
19-
ara_reporting = "0.2.0"
19+
ara_reporting = "0.3.0"
2020
```
2121

2222
## Example

0 commit comments

Comments
 (0)