Skip to content

Commit 3cdd54f

Browse files
committed
chore: fix release.json endpoint
1 parent c16c6e2 commit 3cdd54f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src-frontend/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default function HomePage() {
220220
<Card className="mx-auto max-w-md">
221221
<CardHeader>
222222
<CardTitle className="text-2xl">
223-
{step === "connect" && "Connect to SyftBox v0.1.1"}
223+
{step === "connect" && "Connect to SyftBox"}
224224
{step === "configure" && "Configure SyftBox"}
225225
{step === "email" && "Connect to your datasite"}
226226
{step === "verify" && "Verify Your Email"}

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.4.1",
33
"productName": "SyftBox",
4-
"version": "0.1.1",
4+
"version": "0.1.0",
55
"identifier": "org.openmined.syftui",
66
"build": {
77
"frontendDist": "../src-frontend/out",
@@ -60,7 +60,7 @@
6060
"updater": {
6161
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERDNDQwRjM5QTY1NzFDQTgKUldTb0hGZW1PUTlFM1AxcDBodCttQmxZLzM1NzdMMFpJREI3NVlMa3pHNm8wN0hKa0Q5ZTFRZmsK",
6262
"endpoints": [
63-
"https://github.com/OpenMined/SyftUI/releases/download/latest/release.json"
63+
"https://github.com/OpenMined/SyftUI/releases/latest/download/release.json"
6464
]
6565
}
6666
}

0 commit comments

Comments
 (0)