Skip to content

Commit

Permalink
chore: version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacicada committed Jul 25, 2023
1 parent 5e5975d commit e6905b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhai-url"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Luca <[email protected]>"]
repository = "https://github.com/rhaiscript/rhai-url"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This crate provides `url::Url` access for the [Rhai] scripting language.

```toml
[dependencies]
rhai-url = "0.0.2"
rhai-url = "0.0.3"
```

### [Rhai] script
Expand Down

0 comments on commit e6905b7

Please sign in to comment.