[SC64] v2.15.1 release

This commit is contained in:
Mateusz Faderewski 2023-04-23 13:09:45 +02:00
parent 0dbec80183
commit 8c7f97b433
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#define VERSION_MAJOR (2)
#define VERSION_MINOR (15)
#define VERSION_REVISION (0)
#define VERSION_REVISION (1)
void version_firmware (uint32_t *version, uint32_t *revision) {

View File

@ -1013,7 +1013,7 @@ dependencies = [
[[package]]
name = "sc64deployer"
version = "2.15.0"
version = "2.15.1"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "sc64deployer"
version = "2.15.0"
version = "2.15.1"
edition = "2021"
authors = ["Polprzewodnikowy"]
description = "SC64 loader and control software"