Skip to content

Commit a01e3c8

Browse files
committed
Bump version
1 parent ed53d97 commit a01e3c8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/I.getting-started/install.mec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Download and Install Mech
66

77
The easiest way to install Mech is to use the installer provided for your platform. The installer includes the `mech` command-line tool, which is a standalone executable that includes everything you need to get started with Mech.
88

9-
- **Windows** - [x86-64](https://github.com/mech-lang/mech/releases/download/v0.2.51-beta/mech-installer-v0.2.51-beta-win-x86-64.exe)
9+
- **Windows** - [x86-64](https://github.com/mech-lang/mech/releases/download/v0.2.52-beta/mech-installer-v0.2.52-beta-win-x86-64.exe)
1010

1111
Right now, the installer is only available for Windows, but we are working on providing installers for other platforms in the future.
1212

1313

1414
(1.1) Desktop App
1515

16-
We're experimenting with a Tauri-based app for Mech as well, which is kind of like Electron but Rust's version; it uses the system's webview to render the UI, which makes it much more lightweight and efficient. Right now all it does is wrap the Mech REPL, and it works, but it's not clear if this is the right direction for the project. If you want to try it out, you can [download the Mech Tauri app for Windows](https://github.com/mech-lang/mech/releases/download/v0.2.51-beta/mech-app_0.2.51_x86-64-setup.exe).
16+
We're experimenting with a Tauri-based app for Mech as well, which is kind of like Electron but Rust's version; it uses the system's webview to render the UI, which makes it much more lightweight and efficient. Right now all it does is wrap the Mech REPL, and it works, but it's not clear if this is the right direction for the project. If you want to try it out, you can [download the Mech Tauri app for Windows](https://github.com/mech-lang/mech/releases/download/v0.2.52-beta/mech-app_0.2.52_x86-64-setup.exe).
1717

1818

1919
2. Binary
@@ -25,10 +25,10 @@ Precompiled binaries are available for the following platforms:
2525

2626
| OS | Architecture |
2727
| ---------- | ------------------------------------------------------------------------------------------------------------ |
28-
| **Wndows** | [x86-64](https://github.com/mech-lang/mech/releases/download/v0.2.51-beta/mech-v0.2.51-beta-win-x86-64.7z) |
29-
| **Linux** | [x86-64](https://github.com/mech-lang/mech/releases/download/v0.2.51-beta/mech-v0.2.51-beta-win-x86-64.7z) |
30-
| **macOS** | [aarch64](https://github.com/mech-lang/mech/releases/download/v0.2.51-beta/mech-v0.2.51-beta-mac-aarch64.zip) |
31-
| **Web** | [wasm](https://github.com/mech-lang/mech/releases/download/v0.2.51-beta/mech_wasm_bg.wasm.br) |
28+
| **Wndows** | [x86-64](https://github.com/mech-lang/mech/releases/download/v0.2.52-beta/mech-v0.2.52-beta-win-x86-64.7z) |
29+
| **Linux** | [x86-64](https://github.com/mech-lang/mech/releases/download/v0.2.52-beta/mech-v0.2.52-beta-win-x86-64.7z) |
30+
| **macOS** | [aarch64](https://github.com/mech-lang/mech/releases/download/v0.2.52-beta/mech-v0.2.52-beta-mac-aarch64.zip) |
31+
| **Web** | [wasm](https://github.com/mech-lang/mech/releases/download/v0.2.52-beta/mech_wasm_bg.wasm.br) |
3232

3333
You can find previous releases and release notes at [/mech-lang/mech/releases](https://github.com/mech-lang/mech/releases).
3434

docs/index.mec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Mech Programming Language Documentation
6161

6262
docs/machine := {
6363
name: "docs"
64-
version: "v0.2.51"
64+
version: "v0.2.52"
6565
authors: ["Corey Montella"]
6666
machine-url: "https://gitlab.com/mech-lang/mech/docs"
6767
license: "Apache-2.0"}

installer/mech-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Mech"
5-
#define MyAppVersion "0.2.51"
5+
#define MyAppVersion "0.2.52"
66
#define MyAppPublisher "Mech Labs"
77
#define MyAppURL "https://mech-lang.org"
88
#define MyAppExeName "mech.exe"

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.51"
3+
version = "0.2.52"
44
description = "Mech is a reactive programming language for building robots, games, and animations."
55
authors = ["Corey Montella <[email protected]>"]
66
documentation = "https://docs.mech-lang.org"
@@ -24,7 +24,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
2424
tauri-build = { version = "2.3.0", features = [] }
2525

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

notebook/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-notebook"
3-
version = "0.2.51"
3+
version = "0.2.52"
44
authors = ["Corey Montella <[email protected]>"]
55
description = "Gui notebook interface for the Mech programming language."
66
documentation = "http://docs.mech-lang.org"
@@ -14,7 +14,7 @@ edition = "2021"
1414
rust-version = "1.84"
1515

1616
[dependencies]
17-
mech = "0.2.51"
17+
mech = "0.2.52"
1818
egui = "0.31.1"
1919
eframe = "0.31.1"
2020

0 commit comments

Comments
 (0)