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

Commit

Permalink
Update version number in DownloadSection.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Dec 16, 2023
1 parent 7be8db1 commit fecf7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/DownloadSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="flex flex-col gap-20 px-4 text-slate-300 md:px-24" id="download">
<div class="flex w-fit flex-col gap-2">
<h1 class="text-4xl font-semibold text-slate-200">Download Upscayl</h1>
<p class="text-lg font-semibold text-slate-400">v2.9.5</p>
<p class="text-lg font-semibold text-slate-400">v{UPSCAYL_VERSION}</p>
</div>

<div
Expand Down

0 comments on commit fecf7ba

Please sign in to comment.