From ad1f67c5adfb0c767ed23dbcf909de2712adef0b Mon Sep 17 00:00:00 2001 From: Chris Townsend Date: Wed, 10 Jan 2024 13:12:13 -0500 Subject: [PATCH] Update latest-release.json for 1.13.0 --- static/latest-release.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/latest-release.json b/static/latest-release.json index 0a3c3abe..803ee17f 100644 --- a/static/latest-release.json +++ b/static/latest-release.json @@ -1,11 +1,11 @@ { - "version": "1.12.2", - "title": "Multipass 1.12.2 release", - "description": "Fix regession on macOS with hanging clients", + "version": "1.13.0", + "title": "Multipass 1.13.0 release", + "description": "Snapshots support, update to Qt 6.2.4, better classic mount performance", "download_url": "https://multipass.run/#install", - "release_url": "https://github.com/canonical/multipass/releases/tag/v1.12.2", + "release_url": "https://github.com/canonical/multipass/releases/tag/v1.13.0", "installer_urls": { - "windows": "https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2%2Bwin-win64.exe", - "macos": "https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2%2Bmac-Darwin.pkg" + "windows": "https://github.com/canonical/multipass/releases/download/v1.13.0/multipass-1.13.0%2Bwin-win64.exe", + "macos": "https://github.com/canonical/multipass/releases/download/v1.13.0/multipass-1.13.0%2Bmac-Darwin.pkg" } }