Skip to content

Commit be4a8f8

Browse files
att
1 parent 804f60a commit be4a8f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
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.1.0).
32+
Download the latest release from our [releases page](https://github.com/OUIsolutions/VibeScript/releases/tag/0.2.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.1.0/VibeScript.c) | Amalgamated source code |
88-
| [vibescript.deb](https://github.com/OUIsolutions/VibeScript/releases/download/0.1.0/VibeScript.deb) | Debian Package |
89-
| [vibescript.rpm](https://github.com/OUIsolutions/VibeScript/releases/download/0.1.0/VibeScript.rpm) | RPM Package |
90-
| [vibescript.out](https://github.com/OUIsolutions/VibeScript/releases/download/0.1.0/VibeScript.out) | Linux Executable |
91-
| [vibescript64.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.1.0/VibeScript64.exe) | Windows 64-bit Executable |
92-
| [vibescripti32.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.1.0/VibeScripti32.exe) | Windows 32-bit Executable |
87+
| [vibescript.c](https://github.com/OUIsolutions/VibeScript/releases/download/0.2.0/VibeScript.c) | Amalgamated source code |
88+
| [vibescript.deb](https://github.com/OUIsolutions/VibeScript/releases/download/0.2.0/VibeScript.deb) | Debian Package |
89+
| [vibescript.rpm](https://github.com/OUIsolutions/VibeScript/releases/download/0.2.0/VibeScript.rpm) | RPM Package |
90+
| [vibescript.out](https://github.com/OUIsolutions/VibeScript/releases/download/0.2.0/VibeScript.out) | Linux Executable |
91+
| [vibescript64.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.2.0/VibeScript64.exe) | Windows 64-bit Executable |
92+
| [vibescripti32.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.2.0/VibeScripti32.exe) | Windows 32-bit Executable |
9393

9494
## 📚 Documentation
9595

0 commit comments

Comments
 (0)