From 1ade3ade8e5216bce681f655fc564a52c9dae19b Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sat, 16 Nov 2024 15:20:12 +0100 Subject: [PATCH] [SC64] v2.20.1 release --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- sw/controller/src/version.c | 2 +- sw/deployer/Cargo.lock | 2 +- sw/deployer/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 354ef23..c91d8ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: id: version attributes: label: Firmware version - placeholder: v2.20.0 + placeholder: v2.20.1 validations: required: true - type: textarea diff --git a/sw/controller/src/version.c b/sw/controller/src/version.c index 0e874d9..d528595 100644 --- a/sw/controller/src/version.c +++ b/sw/controller/src/version.c @@ -3,7 +3,7 @@ #define VERSION_MAJOR (2) #define VERSION_MINOR (20) -#define VERSION_REVISION (0) +#define VERSION_REVISION (1) void version_firmware (uint32_t *version, uint32_t *revision) { diff --git a/sw/deployer/Cargo.lock b/sw/deployer/Cargo.lock index 574ae63..f0dd6e2 100644 --- a/sw/deployer/Cargo.lock +++ b/sw/deployer/Cargo.lock @@ -1293,7 +1293,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "sc64deployer" -version = "2.20.0" +version = "2.20.1" dependencies = [ "bindgen", "cc", diff --git a/sw/deployer/Cargo.toml b/sw/deployer/Cargo.toml index dd63148..4ea9e1d 100644 --- a/sw/deployer/Cargo.toml +++ b/sw/deployer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc64deployer" -version = "2.20.0" +version = "2.20.1" edition = "2021" authors = ["Polprzewodnikowy"] description = "SummerCart64 loader and control software"