Skip to content

Commit

Permalink
v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
31b4 committed Jun 19, 2024
1 parent 09e67c6 commit 18c982f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
working-directory: build/ios/iphoneos

- name: Zip output
run: zip -qq -r -9 2.2.ipa Payload
run: zip -qq -r -9 2.3.ipa Payload
working-directory: build/ios/iphoneos

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/ios/iphoneos/2.2.ipa
tag: v2.2
file: build/ios/iphoneos/2.3.ipa
tag: v2.3
overwrite: true
2 changes: 1 addition & 1 deletion lib/features/common/widgets/profile_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class DrawerMenu extends StatelessWidget {
),
SizedBox(height: 10.0),
Text(
'v2.2 alpha',
'v2.3 alpha',
style: TextStyle(
color: Colors.white,
fontSize: 12.0,
Expand Down

0 comments on commit 18c982f

Please sign in to comment.