Skip to content

Commit 2c23597

Browse files
v0.1.82
1 parent 5f0faf1 commit 2c23597

19 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/constants/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mira-constants"
33
description = "MiraScript constants"
4-
version = "0.1.81"
4+
version = "0.1.82"
55
edition = "2024"
66
publish = false
77

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mira-core"
3-
version = "0.1.81"
3+
version = "0.1.82"
44
edition = "2024"
55
publish = false
66

crates/napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mira-napi"
3-
version = "0.1.81"
3+
version = "0.1.82"
44
edition = "2024"
55
publish = false
66

crates/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mira-python"
3-
version = "0.1.81"
3+
version = "0.1.82"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mira-wasm"
33
description = "MiraScript compiler for WebAssembly"
4-
version = "0.1.81"
4+
version = "0.1.82"
55
edition = "2024"
66
publish = false
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirascript",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"private": true,
55
"packageManager": "pnpm@11.20.0",
66
"type": "module",

packages/bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mirascript/bindings",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"author": "CloudPSS",
55
"license": "MIT",
66
"description": "MiraScript compiler bindings",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mirascript/cli",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"author": "CloudPSS",
55
"license": "MIT",
66
"description": "Cli for MiraScript, an expression based scripting language.",

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mirascript/constants",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"author": "CloudPSS",
55
"license": "MIT",
66
"description": "MiraScript constants",

0 commit comments

Comments
 (0)