File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- private_vibescript .VERSION = " 0.28 .0"
1+ private_vibescript .VERSION = " 0.31 .0"
You can’t perform that action at this time.
0 commit comments