Skip to content

Commit

Permalink
Update Version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed May 27, 2024
1 parent 696f2d4 commit a4a5a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AppDir:
id: dev.linwood.flow
name: Linwood Flow
icon: dev.linwood.flow
version: 0.3.0
version: 0.3.1
exec: flow
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion app/linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: linwood-flow
Version: 0.3.0
Version: 0.3.1
Section: base
Priority: optional
Homepage: https://github.com/LinwoodDev/Flo
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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: 0.3.0+7
version: 0.3.1+8

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit a4a5a38

Please sign in to comment.