Skip to content

Commit

Permalink
update landing links
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 12, 2024
1 parent d65aaa5 commit 7ba9976
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.1.0/vibe_2.1.0_aarch64.dmg",
"name": "vibe_2.1.0_aarch64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.4.0/vibe_2.4.0_aarch64.dmg",
"name": "vibe_2.4.0_aarch64.dmg",
"platform": "MacOS",
"arch": "darwin-aarch64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_amd64.deb",
"name": "vibe_2.1.0_amd64.deb",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.4.0/vibe_2.4.0_amd64.deb",
"name": "vibe_2.4.0_amd64.deb",
"platform": "Linux",
"arch": "linux-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_x64-setup.exe",
"name": "vibe_2.1.0_x64-setup.exe",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.4.0/vibe_2.4.0_x64-setup.exe",
"name": "vibe_2.4.0_x64-setup.exe",
"platform": "Windows",
"arch": "windows-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_x64.dmg",
"name": "vibe_2.1.0_x64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.4.0/vibe_2.4.0_x64.dmg",
"name": "vibe_2.4.0_x64.dmg",
"platform": "MacOS",
"arch": "darwin-x86_64"
}
],
"version": "v2.1.0"
"version": "v2.4.0"
}

0 comments on commit 7ba9976

Please sign in to comment.