From 452060a533a8f5609ae4057d28cdfbfcdeddc2e4 Mon Sep 17 00:00:00 2001 From: centauri <83140718+centau@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:31:48 +0100 Subject: [PATCH] Bump wally and pesde version --- .github/workflows/wallypesde.yml | 1 + pesde.toml | 2 +- wally.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wallypesde.yml b/.github/workflows/wallypesde.yml index 29198ab..0c705b0 100644 --- a/.github/workflows/wallypesde.yml +++ b/.github/workflows/wallypesde.yml @@ -1,6 +1,7 @@ name: publish to wally and pesde on: + workflow_dispatch: release: types: [published] diff --git a/pesde.toml b/pesde.toml index aec01c5..94c8ede 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "centau/vide" -version = "0.4.0" +version = "0.4.1" description = "A reactive Luau library for creating UI." authors = ["centau"] repository = "https://github.com/centau/vide" diff --git a/wally.toml b/wally.toml index 2b44317..1584e06 100644 --- a/wally.toml +++ b/wally.toml @@ -2,7 +2,7 @@ name = "centau/vide" description = "A reactive Luau library for creating UI. " license = "MIT" -version = "0.4.0" +version = "0.4.1" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" include = ["default.project.json", "LICENSE", "src"]