Skip to content

Commit f0b0850

Browse files
committed
Change version to 0.5.0
1 parent bd0beca commit f0b0850

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AppDir:
1111
id: dev.linwood.flow
1212
name: Linwood Flow
1313
icon: dev.linwood.flow
14-
version: 0.4.3
14+
version: 0.5.0
1515
exec: flow
1616
exec_args: $@
1717
apt:

app/linux/debian/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: linwood-flow
2-
Version: 0.4.3
2+
Version: 0.5.0
33
Section: base
44
Priority: optional
55
Homepage: https://github.com/LinwoodDev/Flo

app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.4.3+12
18+
version: 0.5.0+12
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"
@@ -84,7 +84,7 @@ dev_dependencies:
8484

8585
# The following section is specific to Flutter.
8686
flutter:
87-
87+
generate: true
8888
# The following line ensures that the Material Icons font is
8989
# included with your application, so that you can use the icons in
9090
# the material Icons class.

metadata/en-US/changelogs/12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* Update to agb 8.10
99
* Upgrade to flutter 3.32
1010

11-
Read more here: https://linwood.dev/flow/0.4.3
11+
Read more here: https://linwood.dev/flow/0.5.0

0 commit comments

Comments
 (0)