From db880c4a1779be4e35054a8146f1ca9a67969b99 Mon Sep 17 00:00:00 2001 From: fewkz <83943819+fewkz@users.noreply.github.com> Date: Sat, 24 Sep 2022 01:21:42 +0000 Subject: [PATCH] Bump version --- README.md | 2 +- wally.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e5bec2..23f8e44 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can download the latest release of froact as a rbxm file from https://github Froact can be added to your project via [Wally](https://wally.run/) by adding this line under dependencies. ```toml -froact = "fewkz/froact@0.1.4" +froact = "fewkz/froact@0.2.0" ``` ## How to use diff --git a/wally.toml b/wally.toml index 74e598a..c17ab26 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "fewkz/froact" description = " Wrapper around Roact & Roact Hooks to simplify UI development" -version = "0.1.4" +version = "0.2.0" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"