Skip to content

Commit d98ca6e

Browse files
committed
release FunKey-OS-1.0.1
Signed-off-by: Michel-FK <[email protected]>
1 parent 5021f20 commit d98ca6e

File tree

8 files changed

+16
-17
lines changed

8 files changed

+16
-17
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
with:
2929
name: Upload artifacts
3030
path: |
31-
images/sdcard.img
32-
images/FunKey-rootfs-*.fwu
31+
images/*
3332
br.log

FunKey/board/funkey/rootfs-overlay/etc/issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
|___| |_____|__|__||__|\__||_____|___ |
66
FUN ON A KEYCHAIN |_____|
77
-----------------------------------------------------
8-
Version 1.00
8+
Version 1.0.1
99
-----------------------------------------------------
1010

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
NAME="FunKey-OS"
2-
VERSION="1.00 (Khaki Kitten)"
2+
VERSION="1.0.1 (Funky Fish)"
33
ID=funkey
44
ID_LIKE=buildroot
5-
PRETTY_NAME="FunKey-OS 1.00"
6-
VERSION_ID="1.00"
5+
PRETTY_NAME="FunKey-OS 1.0.1"
6+
VERSION_ID="1.0.1"
77
HOME_URL="https://www.funkey-project.com/"
88
SUPPORT_URL="https://www.funkey-project.com/"
99
BUG_REPORT_URL="https://www.funkey-project.com/"
1010
PRIVACY_POLICY_URL="https://www.funkey-project.com"
11-
VERSION_CODENAME=khaki
12-
UBUNTU_CODENAME=khaki
11+
VERSION_CODENAME=Funky
12+
UBUNTU_CODENAME=Funky
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootfs 1.00
1+
rootfs 1.0.1

FunKey/board/funkey/sw-description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
software =
22
{
3-
version = "1.00";
3+
version = "1.0.1";
44

55
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
66

Recovery/board/funkey/rootfs-overlay/etc/issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
|___| |_____|__|__||__|\__||_____|___ |
66
FUN ON A KEYCHAIN |_____|
77
-----------------------------------------------------
8-
Version 1.00 (Recovery)
8+
Version 1.0.1 (Recovery)
99
-----------------------------------------------------
1010

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
NAME="FunKey-OS Recovery"
2-
VERSION="1.00 (Khaki Kitten)"
2+
VERSION="1.0.1 (Funky Fish)"
33
ID=funkey-recovery
44
ID_LIKE=buildroot
5-
PRETTY_NAME="FunKey-OS Recovery 1.00"
6-
VERSION_ID="1.00"
5+
PRETTY_NAME="FunKey-OS Recovery 1.0.1"
6+
VERSION_ID="1.0.1"
77
HOME_URL="https://www.funkey-project.com/"
88
SUPPORT_URL="https://www.funkey-project.com/"
99
BUG_REPORT_URL="https://www.funkey-project.com/"
1010
PRIVACY_POLICY_URL="https://www.funkey-project.com"
11-
VERSION_CODENAME=khaki
12-
UBUNTU_CODENAME=khaki
11+
VERSION_CODENAME=Funky
12+
UBUNTU_CODENAME=Funky
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Recovery 1.00
1+
Recovery 1.0.1

0 commit comments

Comments
 (0)