From 3ca0f8cf97b11dfb20a74cad553dcb56db371831 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Tue, 14 Jan 2025 06:53:41 +0100 Subject: [PATCH] Post-release changes (#166) - Bump version for future release - Update release scripts for consistent package naming - Updated `README.md` --- .github/actions/build-firmware/action.yml | 4 ++-- README.md | 2 -- version.txt | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/actions/build-firmware/action.yml b/.github/actions/build-firmware/action.yml index 49edaa72..e57d87ae 100644 --- a/.github/actions/build-firmware/action.yml +++ b/.github/actions/build-firmware/action.yml @@ -29,12 +29,12 @@ runs: - name: 'Upload Artifact: Release' uses: actions/upload-artifact@v4 with: - name: tactility-${{ inputs.board_id }} + name: Tactility-${{ inputs.board_id }} path: release/Tactility-${{ inputs.board_id }} retention-days: 30 - name: 'Upload Artifact: Release symbols' uses: actions/upload-artifact@v4 with: - name: tactility-${{ inputs.board_id }}-symbols + name: Tactility-${{ inputs.board_id }}-symbols path: release/Tactility-${{ inputs.board_id }}-symbols retention-days: 30 diff --git a/README.md b/README.md index a48e5712..b2025e7a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Tactility is an operating system that focuses on the ESP32 microcontroller famil See [https://tactility.one](https://tactility.one) for more information. -Status: pre-release - ![photo of devices running Tactility](Documentation/pics/tactility-devices.webp)  ![screenshot of desktop app](Documentation/pics/screenshot-Desktop.png) You can run built-in apps or start them from an SD card: diff --git a/version.txt b/version.txt index 6c6aa7cb..341cf11f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file