Browse Source

Merge caesarcipher from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 năm trước cách đây
mục cha
commit
6a810a87a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      caesarcipher/application.fam

+ 1 - 1
caesarcipher/application.fam

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