Skip to content

Commit 763afc7

Browse files
chore: bump version to 0.1.1
1 parent 8e013f3 commit 763afc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/flutter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
echo "RELEASE_FILE=build/app/outputs/bundle/profile/app-profile.aab" >> $GITHUB_ENV
4545
echo "RELEASE_FILE_APK=build/app/outputs/flutter-apk/app-profile.apk" >> $GITHUB_ENV
46-
echo "RELEASE_NAME=v0.1.0-${{ github.sha }}" >> $GITHUB_ENV
46+
echo "RELEASE_NAME=v0.1.1-${{ github.sha }}" >> $GITHUB_ENV
4747
- if: ${{ !github.event.issue.pull_request && !startsWith(github.ref, 'refs/tags/') }}
4848
name: Set env vars for staging
4949
run: |
@@ -55,7 +55,7 @@ jobs:
5555
5656
echo "RELEASE_FILE=build/app/outputs/bundle/release/app-release.aab" >> $GITHUB_ENV
5757
echo "RELEASE_FILE_APK=build/app/outputs/flutter-apk/app-release.apk" >> $GITHUB_ENV
58-
echo "RELEASE_NAME=v0.1.0-${{ github.sha }}" >> $GITHUB_ENV
58+
echo "RELEASE_NAME=v0.1.1-${{ github.sha }}" >> $GITHUB_ENV
5959
- if: ${{ !github.event.issue.pull_request && startsWith(github.ref, 'refs/tags/') }}
6060
name: Set env vars for release
6161
run: |

.idea/workspace.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: file_manager
22
description: The file manager for the Expidus operating system.
33
publish_to: 'none'
4-
version: 0.1.0+1
4+
version: 0.1.1+1
55
homepage: https://expidusos.com
66

77
environment:

0 commit comments

Comments
 (0)