Skip to content

Commit cf69678

Browse files
committed
umbrelOS 1.3 Beta 1
1 parent e3d1824 commit cf69678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/umbreld/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "umbreld",
33
"type": "module",
4-
"version": "1.2.2",
5-
"versionName": "umbrelOS 1.2.2",
4+
"version": "1.3.0-beta.1",
5+
"versionName": "umbrelOS 1.3 Beta 1",
66
"files": [
77
"source",
88
"ui",

scripts/update-script

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ fi
1515

1616
if cat /var/lib/mender/device_type | grep --quiet 'device_type=raspberrypi'
1717
then
18-
update_url="https://download.umbrel.com/release/1.2.2/umbrelos-pi.update"
18+
update_url="https://download.umbrel.com/release/1.3.0-beta.1/umbrelos-pi.update"
1919
fi
2020

2121
if cat /var/lib/mender/device_type | grep --silent 'device_type=amd64'
2222
then
23-
update_url="https://download.umbrel.com/release/1.2.2/umbrelos-amd64.update"
23+
update_url="https://download.umbrel.com/release/1.3.0-beta.1/umbrelos-amd64.update"
2424
fi
2525

2626
# Fix /etc/mender/artifact_info not existing in some OS builds

0 commit comments

Comments
 (0)