Browse Source

application.fam: bump to v2.3

Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
Kris Bahnsen 1 year ago
parent
commit
8769074c72
2 changed files with 4 additions and 1 deletions
  1. 1 1
      application.fam
  2. 3 0
      changelog.md

+ 1 - 1
application.fam

@@ -5,7 +5,7 @@ App(
     entry_point="pokemon_app",
     requires=["gui"],
     stack_size=2 * 1024,
-    fap_version=[2,2],
+    fap_version=[2,3],
     fap_category="GPIO",
     fap_icon="pokemon_10px.png",
     fap_icon_assets="assets",

+ 3 - 0
changelog.md

@@ -1,5 +1,8 @@
 # Changelog - Patch Notes
 
+## Version 2.3
+- Fix potential bug in copying incoming trade data to the live working struct
+
 ## Version 2.2
 **New Features**
 - Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface