This commit is contained in:
Eryn Lynn 2020-08-24 13:39:44 -04:00
parent e7a01c7bed
commit 948331d19b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## [Next]
## [3.0.1] - 2020-08-24
### Fixed
- Make `Promise.is` work with promises from old versions of the library (#41)
- Make `Promise.delay` properly break out of the current loop (#40)

View file

@ -1,6 +1,6 @@
[package]
name = "evaera/roblox-lua-promise"
version = "3.0.0"
version = "3.0.1"
author = "evaera"
content_root = "lib"
license = "MIT"