diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30b02c6..b6d38ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,5 @@ jobs: with: name: Upload artifacts path: | - images/sdcard.img - images/FunKey-rootfs-*.fwu + images/* br.log diff --git a/FunKey/board/funkey/rootfs-overlay/etc/issue b/FunKey/board/funkey/rootfs-overlay/etc/issue index 2c0d9ed..eebb9ce 100644 --- a/FunKey/board/funkey/rootfs-overlay/etc/issue +++ b/FunKey/board/funkey/rootfs-overlay/etc/issue @@ -5,6 +5,6 @@ |___| |_____|__|__||__|\__||_____|___ | FUN ON A KEYCHAIN |_____| ----------------------------------------------------- - Version 1.00 + Version 1.0.1 ----------------------------------------------------- diff --git a/FunKey/board/funkey/rootfs-overlay/etc/os-release b/FunKey/board/funkey/rootfs-overlay/etc/os-release index 1e3816a..dd8ba4f 100644 --- a/FunKey/board/funkey/rootfs-overlay/etc/os-release +++ b/FunKey/board/funkey/rootfs-overlay/etc/os-release @@ -1,12 +1,12 @@ NAME="FunKey-OS" -VERSION="1.00 (Khaki Kitten)" +VERSION="1.0.1 (Funky Fish)" ID=funkey ID_LIKE=buildroot -PRETTY_NAME="FunKey-OS 1.00" -VERSION_ID="1.00" +PRETTY_NAME="FunKey-OS 1.0.1" +VERSION_ID="1.0.1" HOME_URL="https://www.funkey-project.com/" SUPPORT_URL="https://www.funkey-project.com/" BUG_REPORT_URL="https://www.funkey-project.com/" PRIVACY_POLICY_URL="https://www.funkey-project.com" -VERSION_CODENAME=khaki -UBUNTU_CODENAME=khaki +VERSION_CODENAME=Funky +UBUNTU_CODENAME=Funky diff --git a/FunKey/board/funkey/rootfs-overlay/etc/sw-versions b/FunKey/board/funkey/rootfs-overlay/etc/sw-versions index 9841a3d..5de61e5 100644 --- a/FunKey/board/funkey/rootfs-overlay/etc/sw-versions +++ b/FunKey/board/funkey/rootfs-overlay/etc/sw-versions @@ -1 +1 @@ -rootfs 1.00 +rootfs 1.0.1 diff --git a/FunKey/board/funkey/sw-description b/FunKey/board/funkey/sw-description index 09ebeeb..7b0601b 100644 --- a/FunKey/board/funkey/sw-description +++ b/FunKey/board/funkey/sw-description @@ -1,6 +1,6 @@ software = { - version = "1.00"; + version = "1.0.1"; hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ]; diff --git a/Recovery/board/funkey/rootfs-overlay/etc/issue b/Recovery/board/funkey/rootfs-overlay/etc/issue index 631594b..332120a 100644 --- a/Recovery/board/funkey/rootfs-overlay/etc/issue +++ b/Recovery/board/funkey/rootfs-overlay/etc/issue @@ -5,6 +5,6 @@ |___| |_____|__|__||__|\__||_____|___ | FUN ON A KEYCHAIN |_____| ----------------------------------------------------- - Version 1.00 (Recovery) + Version 1.0.1 (Recovery) ----------------------------------------------------- diff --git a/Recovery/board/funkey/rootfs-overlay/etc/os-release b/Recovery/board/funkey/rootfs-overlay/etc/os-release index 343e839..9c98031 100644 --- a/Recovery/board/funkey/rootfs-overlay/etc/os-release +++ b/Recovery/board/funkey/rootfs-overlay/etc/os-release @@ -1,12 +1,12 @@ NAME="FunKey-OS Recovery" -VERSION="1.00 (Khaki Kitten)" +VERSION="1.0.1 (Funky Fish)" ID=funkey-recovery ID_LIKE=buildroot -PRETTY_NAME="FunKey-OS Recovery 1.00" -VERSION_ID="1.00" +PRETTY_NAME="FunKey-OS Recovery 1.0.1" +VERSION_ID="1.0.1" HOME_URL="https://www.funkey-project.com/" SUPPORT_URL="https://www.funkey-project.com/" BUG_REPORT_URL="https://www.funkey-project.com/" PRIVACY_POLICY_URL="https://www.funkey-project.com" -VERSION_CODENAME=khaki -UBUNTU_CODENAME=khaki +VERSION_CODENAME=Funky +UBUNTU_CODENAME=Funky diff --git a/Recovery/board/funkey/rootfs-overlay/etc/sw-versions b/Recovery/board/funkey/rootfs-overlay/etc/sw-versions index a713adc..74a2465 100644 --- a/Recovery/board/funkey/rootfs-overlay/etc/sw-versions +++ b/Recovery/board/funkey/rootfs-overlay/etc/sw-versions @@ -1 +1 @@ -Recovery 1.00 +Recovery 1.0.1