Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
Prepared CI for release branch as well.
  • Loading branch information
MrModd committed Feb 24, 2024
1 parent b7ae138 commit 4ce7a43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- dev
- release
jobs:
fap-build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.0
- Initial release
5 changes: 3 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="matagotchi_app",
requires=["gui"],
stack_size=1 * 1024,
stack_size=2 * 1024,
fap_icon="matagotchi_10px.png",
fap_icon_assets="assets",
fap_category="Games",
fap_description="Tamagotchi like game",
fap_author="MrModd",
fap_weburl="https://github.com/MrModd/Matagotchi"
fap_weburl="https://github.com/MrModd/Matagotchi",
fap_version="1.0"
)

0 comments on commit 4ce7a43

Please sign in to comment.