Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkonik committed Jul 11, 2023
1 parent ab6cfe8 commit 025cad4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_scriptum"
authors = ["Jaroslaw Konik <konikjar@gmail.com>"]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
bevy_scriptum = "0.1"
bevy_scriptum = "0.2"
```

or execute `cargo add bevy_scriptum` from your project directory.
Expand Down Expand Up @@ -146,6 +146,7 @@ The examples live in `examples` directory and their corresponding scripts live i

| bevy version | bevy_scriptum version |
|--------------|----------------------|
| 0.11 | 0.2 |
| 0.10 | 0.1 |

### Promises - getting return values from scripts
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
//!
//! ```toml
//! [dependencies]
//! bevy_scriptum = "0.1"
//! bevy_scriptum = "0.2"
//! ```
//!
//! or execute `cargo add bevy_scriptum` from your project directory.
Expand Down Expand Up @@ -144,6 +144,7 @@
//!
//! | bevy version | bevy_scriptum version |
//! |--------------|----------------------|
//! | 0.11 | 0.2 |
//! | 0.10 | 0.1 |
//!
//! ## Promises - getting return values from scripts
Expand Down

0 comments on commit 025cad4

Please sign in to comment.