소스 검색

Catalog-preparation 1 (#43)

* Bump version to 1.0

* Update license type

* Delete license file
Oleksii Kutuzov 2 년 전
부모
커밋
20f8994d54
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      application.fam
  2. 1 1
      lightmeter_config.h

+ 2 - 2
application.fam

@@ -9,9 +9,9 @@ App(
     ],
     stack_size=1 * 1024,
     order=90,
-    fap_version=(0, 7),
+    fap_version=(1, 0),
     fap_icon="lightmeter.png",
-    fap_category="Tools",
+    fap_category="GPIO",
     fap_private_libs=[
         Lib(
             name="BH1750",

+ 1 - 1
lightmeter_config.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#define LM_VERSION_APP "0.7"
+#define LM_VERSION_APP "1.0"
 #define LM_DEVELOPED "Oleksii Kutuzov"
 #define LM_GITHUB "https://github.com/oleksiikutuzov/flipperzero-lightmeter"