diff --git a/applications/GPIO/flip_library/manifest.yml b/applications/GPIO/flip_library/manifest.yml index 6036d9f9..4ed0254c 100644 --- a/applications/GPIO/flip_library/manifest.yml +++ b/applications/GPIO/flip_library/manifest.yml @@ -2,13 +2,13 @@ sourcecode: type: git location: origin: https://github.com/jblanked/FlipLibrary.git - commit_sha: ae8ed2210b3b1c60e017248fba34d4d76fdb2735 -short_description: "A Flipper Zero app with a dictionary, random facts, and more." + commit_sha: 014d744fec9f36aabe85fbd754e0bcacd296d3cc +short_description: "Utilize WiFi to retrieve data from 20 different APIs." description: "@README.md" changelog: "@CHANGELOG.md" author: "JBlanked" name: "FlipLibrary" -version: "1.3" +version: "1.4" id: "flip_library" category: "GPIO" targets: ['all'] diff --git a/applications/GPIO/flip_wifi/manifest.yml b/applications/GPIO/flip_wifi/manifest.yml index f5e7d29e..dc2d7f5f 100644 --- a/applications/GPIO/flip_wifi/manifest.yml +++ b/applications/GPIO/flip_wifi/manifest.yml @@ -2,13 +2,13 @@ sourcecode: type: git location: origin: https://github.com/jblanked/FlipWiFi.git - commit_sha: c65232f0173202d2b15633a341c445aea13672b9 + commit_sha: 6c7f2f14add72176e31f170b802a9ba9f47f0205 short_description: "FlipperHTTP companion app. Scan and save WiFi networks on your Flipper Zero." description: "@README.md" changelog: "@CHANGELOG.md" author: "JBlanked" name: "FlipWiFi" -version: "1.2" +version: "1.2.1" id: "flip_wifi" category: "GPIO" targets: ['all']