Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/embed/projects/firmware/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define VERSION_MAJOR 2
#define VERSION_MINOR 11
#define VERSION_PATCH 0
#define VERSION_PATCH 1
#define VERSION_BUILD 0

#define FIX_VERSION_MAJOR 2
Expand Down
2 changes: 1 addition & 1 deletion core/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "cs-CZ",
"version": "2.11.0"
"version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktujte naši podporu na",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "de-DE",
"version": "2.11.0"
"version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"header": {
"language": "en-US",
"version": "2.11.0"
"version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "es-ES",
"version": "2.11.0"
"version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "fr-FR",
"version": "2.11.0"
"version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": {
Expand Down
2 changes: 1 addition & 1 deletion core/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "pt-BR",
"version": "2.11.0"
"version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Entre em contato com o suporte Trezor em",
Expand Down
6 changes: 3 additions & 3 deletions core/translations/signatures.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"current": {
"merkle_root": "70d9d7e923002519046c4194aa6b671a9b438ba2b8bd2682c1468cc240228ffe",
"datetime": "2026-02-25T10:40:15.195189+00:00",
"commit": "a701a487453c38711b49496a23f6b22da932b36e"
"merkle_root": "358b4bd4329d244ec2b17343927c55bba412b057faf5aa04bf993c6b77f4332d",
"datetime": "2026-03-03T15:54:21.649652+00:00",
"commit": "bfe88d22ba27911af703e0f5b0cc128b718463bb"
},
"history": [
{
Expand Down
2 changes: 1 addition & 1 deletion legacy/firmware/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 14
#define VERSION_PATCH 1
#define VERSION_PATCH 2

#define FIX_VERSION_MAJOR 1
#define FIX_VERSION_MINOR 14
Expand Down
Loading