| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- commit a4588f71759cd8fa9c3fb555a8c66884eac3446b
- Author: MX <10697207+xMasterX@users.noreply.github.com>
- Date: Fri Dec 1 03:20:57 2023 +0300
- bump version
- diff --git a/CHANGELOG.md b/CHANGELOG.md
- index c1d3ada1e..67ef71b64 100644
- --- a/CHANGELOG.md
- +++ b/CHANGELOG.md
- @@ -1,3 +1,13 @@
- +## v1.3
- +- New systems in RFID Fuzzer:
- + - IoProxXSF
- + - Paradox
- + - Indala26
- + - Viking
- + - Pyramid
- + - Keri
- + - Jablotron
- +- Fixes for new API
- ## v1.2
- - Fixes for new auto-naming system
- ## v1.1
- diff --git a/application.fam b/application.fam
- index ece85598a..4e56c92c3 100644
- --- a/application.fam
- +++ b/application.fam
- @@ -13,7 +13,7 @@ App(
- stack_size=2 * 1024,
- fap_author="gid9798 xMasterX",
- fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
- - fap_version="1.2",
- + fap_version="1.3",
- targets=["f7"],
- fap_description="Fuzzer for ibutton readers",
- fap_icon="icons/ibutt_10px.png",
- @@ -43,7 +43,7 @@ App(
- stack_size=2 * 1024,
- fap_author="gid9798 xMasterX",
- fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
- - fap_version="1.2",
- + fap_version="1.3",
- targets=["f7"],
- fap_description="Fuzzer for lfrfid readers",
- fap_icon="icons/rfid_10px.png",
|