Skip to content

Commit

Permalink
1.3.3+35 minor
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 9, 2024
1 parent 4d49f1f commit 7c304e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
app-arm64-v8a-release.apk
app-armeabi-v7a-release.apk
app-x86_64-release.apk
app-arm64-v8a-prod-release.apk
app-armeabi-v7a-prod-release.apk
app-x86_64-prod-release.apk
app-prod-release.aab
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.3+34
version: 1.3.3+35

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 7c304e7

Please sign in to comment.