Browse Source

Update version to 1.1

Eric Betts 8 tháng trước cách đây
mục cha
commit
45ba8be7fc
2 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 3 4
      CHANGELOG.md
  2. 1 1
      application.fam

+ 3 - 4
CHANGELOG.md

@@ -1,8 +1,7 @@
-## 1.2
+## 1.1
  - Add support for reading Seader files that have SIO
  - Add custom zero key ADF OID (0.3.1.7.9.0.0.0.0.0/030107090000000000)
-## 1.1
- - Add native BLE
-
+ - Add persisting and reading of diversified keys, ADF response and ADF OID
 ## 1.0
  - Public release
+ - Add native BLE

+ 1 - 1
application.fam

@@ -8,7 +8,7 @@ App(
     stack_size=10 * 1024,
     fap_category="NFC",
     # Optional values
-    fap_version="1.0",
+    fap_version="1.1",
     fap_icon="seos.png",  # 10x10 1-bit PNG
     fap_description="Seos compatible reader/emulator",
     fap_author="bettse",