File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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
29
29
30
30
### Option 1: Download Pre-built Binaries
31
31
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 ) .
33
33
34
34
### Option 2: Install via Package Manager
35
35
@@ -84,12 +84,12 @@ Explore the [Native API documentation](/docs/native_api.md) to learn more about
84
84
85
85
| File | Description |
86
86
| --- | --- |
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 |
93
93
94
94
## 📚 Documentation
95
95
You can’t perform that action at this time.
0 commit comments