Release version 4.0.0-rc.3

This commit is contained in:
eryn L. K 2022-03-02 19:10:30 -05:00
parent fa7a0d67ac
commit 4bfcb65deb
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## [4.0.0-rc.3]
### Fixed ### Fixed
- Fix unhandled rejection warning appearing when using :awaitStatus - Fix unhandled rejection warning appearing when using :awaitStatus

View file

@ -1,6 +1,6 @@
[package] [package]
name = "evaera/roblox-lua-promise" name = "evaera/roblox-lua-promise"
version = "4.0.0-rc.2" version = "4.0.0-rc.3"
author = "evaera" author = "evaera"
content_root = "lib" content_root = "lib"
license = "MIT" license = "MIT"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "evaera/promise" name = "evaera/promise"
description = "Promise implementation for Roblox" description = "Promise implementation for Roblox"
version = "4.0.0-rc.2" version = "4.0.0-rc.3"
license = "MIT" license = "MIT"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "shared" realm = "shared"