소스 검색

Update version to 1.1

Eric Betts 8 달 전
부모
커밋
45ba8be7fc
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  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",