Skip to content

Commit 4c57c0a

Browse files
att
1 parent fe526b3 commit 4c57c0a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VibeScript is a specialized Lua runtime environment designed to facilitate fast
2929

3030
### Option 1: Download Pre-built Binaries
3131

32-
Download the latest release from our [releases page](https://github.com/OUIsolutions/VibeScript/releases/tag/0.30.0).
32+
Download the latest release from our [releases page](https://github.com/OUIsolutions/VibeScript/releases/tag/0.31.0).
3333

3434
### Option 2: Install via Package Manager
3535

@@ -84,12 +84,12 @@ Explore the [Native API documentation](/docs/native_api.md) to learn more about
8484

8585
| File | Description |
8686
| --- | --- |
87-
| [vibescript.c](https://github.com/OUIsolutions/VibeScript/releases/download/0.30.0/VibeScript.c) | Amalgamated source code |
88-
| [vibescript.deb](https://github.com/OUIsolutions/VibeScript/releases/download/0.30.0/VibeScript.deb) | Debian Package |
89-
| [vibescript.rpm](https://github.com/OUIsolutions/VibeScript/releases/download/0.30.0/VibeScript.rpm) | RPM Package |
90-
| [vibescript.out](https://github.com/OUIsolutions/VibeScript/releases/download/0.30.0/VibeScript.out) | Linux Executable |
91-
| [vibescript64.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.30.0/VibeScript64.exe) | Windows 64-bit Executable |
92-
| [vibescripti32.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.30.0/VibeScripti32.exe) | Windows 32-bit Executable |
87+
| [vibescript.c](https://github.com/OUIsolutions/VibeScript/releases/download/0.31.0/VibeScript.c) | Amalgamated source code |
88+
| [vibescript.deb](https://github.com/OUIsolutions/VibeScript/releases/download/0.31.0/VibeScript.deb) | Debian Package |
89+
| [vibescript.rpm](https://github.com/OUIsolutions/VibeScript/releases/download/0.31.0/VibeScript.rpm) | RPM Package |
90+
| [vibescript.out](https://github.com/OUIsolutions/VibeScript/releases/download/0.31.0/VibeScript.out) | Linux Executable |
91+
| [vibescript64.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.31.0/VibeScript64.exe) | Windows 64-bit Executable |
92+
| [vibescripti32.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.31.0/VibeScripti32.exe) | Windows 32-bit Executable |
9393

9494
## 📚 Documentation
9595

luasrc/constants/app.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
private_vibescript.VERSION = "0.28.0"
1+
private_vibescript.VERSION = "0.31.0"

0 commit comments

Comments
 (0)