Skip to content

Commit

Permalink
chore(update): update versions (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 27, 2024
1 parent 866a57d commit 8c01a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.0.0",
"name": "uplink",
"version": "2.0.4",
"private": true,
"scripts": {
"tauri": "tauri",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div id="page">
<SettingSection hook="section-about-header" name={$_("settings.about.name")} description="Uplink"></SettingSection>
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="0.2.5">
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.4">
<Button hook="button-check-for-update" text={$_("settings.about.checkUpdate")} appearance={Appearance.Alt}>
<Icon icon={Shape.Refresh} />
</Button>
Expand Down

0 comments on commit 8c01a54

Please sign in to comment.