Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
centau committed Sep 30, 2023
1 parent c03fb05 commit 7128b9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

-

--------------------------------------------------------------------------------

## [0.1.1] - 2023-09-30

### Added

- `cleanup()` accepts objects with a `Destroy()` or `Disconnect()` interface.
Expand Down
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
-- vide.luau
-- v0.1.0
-- v0.1.1
--------------------------------------------------------------------------------

if not game then script = require "test/relative-string" end
Expand Down
4 changes: 2 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "centau/vide"
description = "A reactive Luau library for creating UI. "
license = "MIT"
version = "0.1.0"
version = "0.1.1"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
include = ["default.project.json", "LICENSE", "src"]
Expand All @@ -16,4 +16,4 @@ exclude = [
"CHANGELOG.md",
"README.md",
"todo.md"
]
]

0 comments on commit 7128b9a

Please sign in to comment.