Skip to content

Commit c7249a4

Browse files
chore: bump version
1 parent a48074c commit c7249a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.3.1]
44

55
### Added
66

moon.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moonbitlang/regexp",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"readme": "README.md",
55
"repository": "https://github.com/moonbitlang/regexp.mbt",
66
"license": "Apache-2.0",

prebuild/src/stub.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
///| Run the program.
1616
pub fn run() -> Result[Unit, Unit] {
1717
let mut result = Ok(())
18-
@promise.spawn(async fn(_defer) {
18+
@promise.spawn(async fn(_defer) raise {
1919
top() catch {
2020
error => {
2121
result = Err(())

0 commit comments

Comments
 (0)