We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93309a commit 64135f4Copy full SHA for 64135f4
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
env:
9
- firmware_version: '0.102.3'
+ firmware_version: '0.103.1'
10
11
jobs:
12
build:
application.fam
@@ -1,7 +1,7 @@
1
App(
2
appid="qrcode",
3
name="QRCode",
4
- fap_version=(2,0),
+ fap_version=(2,1),
5
fap_description="Display qrcodes",
fap_author="Bob Matcuk",
fap_weburl="https://github.com/bmatcuk/flipperzero-qrcode",
0 commit comments