From e6905b75496368e6c7cc812fe99ea8d602d33b6f Mon Sep 17 00:00:00 2001 From: lucacicada <100947658+lucacicada@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:48:03 +0200 Subject: [PATCH] chore: version 0.0.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f66fdce..136766d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai-url" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["Luca "] repository = "https://github.com/rhaiscript/rhai-url" diff --git a/README.md b/README.md index 536188c..d827c87 100644 --- a/README.md +++ b/README.md @@ -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