Skip to content

Commit 6e3882f

Browse files
committed
Fixes
1 parent 725f889 commit 6e3882f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ App(
66
cdefines=["APP_LASER_TAG"],
77
fap_category="Games",
88
fap_author="@RocketGod-git",
9-
fap_version="0.1",
9+
fap_version="1.0",
1010
fap_description="Laser Tag game for Flipper Zero",
1111
fap_icon="icons/laser_tag_10px.png",
1212
fap_libs=["assets"],

manifest.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
author: '@RocketGod-git'
1+
author: '@RocketGod-git & @jamisonderek'
22
category: 'Games'
33
changelog: '@./docs/CHANGELOG.md'
44
description: '@./docs/README.md'
55
icon: 'icons/laser_tag_10px.png'
6-
id: 'lasertag'
6+
id: 'laser_tag'
77
name: 'Laser Tag'
88
screenshots:
99
- 'screenshots/Screenshot1.png'
1010
- 'screenshots/Screenshot2.png'
1111
- 'screenshots/Screenshot3.png'
1212
- 'screenshots/Screenshot4.png'
13-
short_description: 'Flipper Zero Laser Tag brings your favorite laser tag experience to your Flipper Zero device!'
13+
short_description: 'Laser Tag game for Flipper Zero'
1414
sourcecode:
1515
location:
16-
commit_sha: 59b65a9
16+
commit_sha: 725f8891d429efecdaf607f2987be855b87d9c14
1717
origin: https://github.com/RocketGod-git/Flipper-Zero-Laser-Tag.git
1818
subdir:
1919
type: git

0 commit comments

Comments
 (0)