From a4a5a380766b78df1d4559c829c811026138f2ff Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Mon, 27 May 2024 17:42:10 +0000 Subject: [PATCH] Update Version to 0.3.1 --- app/AppImageBuilder.yml | 2 +- app/linux/debian/DEBIAN/control | 2 +- app/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index 282ca4333f7..69cfedb4443 100644 --- a/app/AppImageBuilder.yml +++ b/app/AppImageBuilder.yml @@ -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: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index df985e96578..fc0d7dd7343 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -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 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 3d9f6a174f0..0b25ec13745 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -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'