Explorar el Código

fix catalog versions

MX hace 2 años
padre
commit
4266b230f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application.fam

+ 1 - 1
application.fam

@@ -13,6 +13,6 @@ App(
     order=20,
     fap_author="@panki27",
     fap_weburl="https://github.com/panki27/caesar-cipher",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Encrypt and decrypt text using Caesar Cipher",
 )