Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Update download links to version 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Dec 16, 2023
1 parent 2d1db74 commit 074baca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/components/DownloadSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
id="download-links-list"
>
<a
href="https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-linux.AppImage"
href="https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-linux.AppImage"
target="_blank"
rel="noreferrer noopener">AppImage (Universal Portable)</a
>
Expand All @@ -87,17 +87,17 @@
>Snap Store</a
>
<a
href="https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-linux.deb"
href="https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-linux.deb"
target="_blank"
rel="noreferrer noopener">DEB (Debian/Ubuntu based)</a
>
<a
href="https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-linux.rpm"
href="https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-linux.rpm"
target="_blank"
rel="noreferrer noopener">RPM (Fedora based)</a
>
<a
href="https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-linux.zip"
href="https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-linux.zip"
target="_blank"
rel="noreferrer noopener">ZIP (Universal Portable)</a
>
Expand Down Expand Up @@ -131,7 +131,7 @@
<img src="appstore.svg" alt="" class="w-full" />
</a>
<a
href="https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-mac.dmg"
href="https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-mac.dmg"
target="_blank"
rel="noreferrer noopener">DMG</a
>
Expand All @@ -153,7 +153,7 @@
id="download-links-list"
>
<a
href="https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-win.exe"
href="https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-win.exe"
target="_blank"
rel="noreferrer noopener">EXE Installer</a
>
Expand Down

0 comments on commit 074baca

Please sign in to comment.