Skip to content

Commit cc2b98a

Browse files
committed
Roll back for a minute
1 parent 4da6504 commit cc2b98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mech-app/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mech-app"
3-
version = "0.2.48"
3+
version = "0.2.47"
44
description = "Mech is a reactive programming language for building robots, games, and animations."
55
authors = ["Corey Montella <[email protected]>"]
66
documentation = "https://mech-lang.org/docs"
@@ -24,7 +24,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
2424
tauri-build = { version = "2.3.0", features = [] }
2525

2626
[dependencies]
27-
mech = "0.2.48"
27+
mech = "0.2.47"
2828
tauri = { version = "2.6.2", features = [] }
2929
tauri-plugin-opener = "2.4.0"
3030
serde = { version = "1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)