Bump wally and pesde version

This commit is contained in:
centauri 2026-07-11 13:31:48 +01:00
parent 5ed4c01940
commit 452060a533
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
name: publish to wally and pesde name: publish to wally and pesde
on: on:
workflow_dispatch:
release: release:
types: [published] types: [published]

View file

@ -1,5 +1,5 @@
name = "centau/vide" name = "centau/vide"
version = "0.4.0" version = "0.4.1"
description = "A reactive Luau library for creating UI." description = "A reactive Luau library for creating UI."
authors = ["centau"] authors = ["centau"]
repository = "https://github.com/centau/vide" repository = "https://github.com/centau/vide"

View file

@ -2,7 +2,7 @@
name = "centau/vide" name = "centau/vide"
description = "A reactive Luau library for creating UI. " description = "A reactive Luau library for creating UI. "
license = "MIT" license = "MIT"
version = "0.4.0" version = "0.4.1"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "shared" realm = "shared"
include = ["default.project.json", "LICENSE", "src"] include = ["default.project.json", "LICENSE", "src"]