Skip to content

Commit 54cd2c8

Browse files
committed
release: 0.5.0
Signed-off-by: azjezz <[email protected]>
1 parent f131481 commit 54cd2c8

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.4.2"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "A Reporting library for for Ara Programming Language 📃"
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.4.2"
19+
ara_reporting = "0.5.0"
2020
```
2121

2222
## Example

0 commit comments

Comments
 (0)