mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Bump version to 0.3.0
This commit is contained in:
parent
93a2a2c631
commit
1d565262e1
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Unreleased
|
||||
## [0.3.0] - 2024-10-06
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--------------------------------------------------------------------------------
|
||||
-- vide.luau
|
||||
-- v0.2.0
|
||||
-- v0.3.0
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
if not game then script = require "test/relative-string" end
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "centau/vide"
|
||||
description = "A reactive Luau library for creating UI. "
|
||||
license = "MIT"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
include = ["default.project.json", "LICENSE", "src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue