Skip to content

Commit

Permalink
update landing links
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 24, 2024
1 parent 8eaa810 commit a6b7861
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions landing/src/lib/latest_release.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"assets": [
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.4/vibe_2.0.4_aarch64.dmg",
"name": "vibe_2.0.4_aarch64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.5/vibe_2.0.5_aarch64.dmg",
"name": "vibe_2.0.5_aarch64.dmg",
"platform": "MacOS",
"arch": "darwin-aarch64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.4/vibe_2.0.4_amd64.deb",
"name": "vibe_2.0.4_amd64.deb",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.5/vibe_2.0.5_amd64.deb",
"name": "vibe_2.0.5_amd64.deb",
"platform": "Linux",
"arch": "linux-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.4/vibe_2.0.4_x64-setup.exe",
"name": "vibe_2.0.4_x64-setup.exe",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.5/vibe_2.0.5_x64-setup.exe",
"name": "vibe_2.0.5_x64-setup.exe",
"platform": "Windows",
"arch": "windows-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.4/vibe_2.0.4_x64.dmg",
"name": "vibe_2.0.4_x64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.5/vibe_2.0.5_x64.dmg",
"name": "vibe_2.0.5_x64.dmg",
"platform": "MacOS",
"arch": "darwin-x86_64"
}
],
"version": "v2.0.4"
"version": "v2.0.5"
}

0 comments on commit a6b7861

Please sign in to comment.