Skip to content

Commit 20ee4f6

Browse files
committed
Update Version to 0.5.0
1 parent 0b458f7 commit 20ee4f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0
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.0
2+
Version: 0.5.0
33
Section: base
44
Priority: optional
55
Homepage: https://github.com/LinwoodDev/Flo

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.0+9
18+
version: 0.5.0+10
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)