Skip to content

Commit

Permalink
Update latest_release.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 5, 2024
1 parent 49e04a3 commit 3935f78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions landing/src/lib/latest_release.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"assets": [
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v1.0.8/vibe_1.0.8_aarch64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.1/vibe_2.0.1_aarch64.dmg",
"name": "vibe_2.0.1_aarch64.dmg",
"platform": "MacOS",
"arch": "darwin-aarch64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v1.0.8/vibe_1.0.8_amd64.deb",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.1/vibe_2.0.1_amd64.deb",
"name": "vibe_2.0.1_amd64.deb",
"platform": "Linux",
"arch": "linux-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v1.0.8/vibe_1.0.8_x64-setup.exe",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.1/vibe_2.0.1_x64-setup.exe",
"name": "vibe_2.0.1_x64-setup.exe",
"platform": "Windows",
"arch": "windows-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v1.0.8/vibe_1.0.8_x64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.1/vibe_2.0.1_x64.dmg",
"name": "vibe_2.0.1_x64.dmg",
"platform": "MacOS",
"arch": "darwin-x86_64"
Expand Down

0 comments on commit 3935f78

Please sign in to comment.