Skip to content

Commit

Permalink
Add changelog, edit version in .fam, ready for submission to app catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAmos committed Mar 17, 2024
1 parent b733143 commit 2581774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion voltcalc_app/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ App(
fap_icon="icons/voltcalc_app.png",
fap_icon_assets="icons",
# Optional values
fap_version=(1, 1),
fap_version=(1, 0),
fap_description="Voltage (VRI) calculations",
fap_author="HappyAmos",
fap_weburl="https://github.com/HappyAmos/",
Expand Down
2 changes: 2 additions & 0 deletions voltcalc_app/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ cd $FIRMWARE_DIR
./fbt -c fap_$APPID
./fbt fap_$APPID
./fbt launch_app APPSRC=$APPID
echo manifest.yml ~/Programming/Flipper/firmware/flipper-application-catalog/applications/Tools/voltcalc_app
echo Don't forget to update the commit_sha in the manifest for release, as well as the version info in application.fam
set +x
1 change: 1 addition & 0 deletions voltcalc_app/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.0 - Initial release

0 comments on commit 2581774

Please sign in to comment.