Skip to content

Commit bc02580

Browse files
build: update version
1 parent 5c85988 commit bc02580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recast"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2018"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ re-importing every recasted extension in your project.
8181
recast --input you_app.aia
8282
```
8383
(Here, `you_app.aia` is the name of your AIA file)
84-
4. And there you go! All the extensions in your AIA are now recasted and can be found in the same directory with
84+
4. And there you go! All the extensions in your AIA are now recasted, and the new AIA can be found in the same directory with
8585
name `your_app_x.aia`.
8686
8787
> **Note:**

0 commit comments

Comments
 (0)