From 3935f78b9b10b776e97d47336cc6a5901ae724b3 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:49:34 +0300 Subject: [PATCH] Update latest_release.json --- landing/src/lib/latest_release.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/landing/src/lib/latest_release.json b/landing/src/lib/latest_release.json index a5adddc1..fe2d5e82 100644 --- a/landing/src/lib/latest_release.json +++ b/landing/src/lib/latest_release.json @@ -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"