Skip to content

Commit 8e9228b

Browse files
committed
release: 0.2.0
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 7c672ad commit 8e9228b

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_source"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "A Source library for Ara Programming Language 🗃"
66
readme = "README.md"

README.md

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

1313
```toml
1414
[dependencies]
15-
ara_source = "0.1.0"
15+
ara_source = "0.2.0"
1616
```
1717

1818
## Example

0 commit comments

Comments
 (0)