From 424c3c41763ac96a34c31a3bf8efa4aa1f0bcf63 Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Tue, 25 Jun 2024 07:51:24 +0000 Subject: [PATCH] Update Version to 2.2.0-beta.1 --- api/pubspec.yaml | 2 +- app/AppImageBuilder.yml | 2 +- app/linux/debian/DEBIAN/control | 2 +- app/pubspec.lock | 2 +- app/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/pubspec.yaml b/api/pubspec.yaml index 02a5a3287d9d..7461a7c744db 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: butterfly_api description: The Linwood Butterfly API -version: 2.2.0-beta.0 +version: 2.2.0-beta.1 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index a4150983bc89..016e64d48a8d 100644 --- a/app/AppImageBuilder.yml +++ b/app/AppImageBuilder.yml @@ -11,7 +11,7 @@ script: AppDir: path: ./AppDir app_info: - version: 2.2.0-beta.0 + version: 2.2.0-beta.1 name: Linwood Butterfly icon: dev.linwood.butterfly version: 2.2.0-beta.0 diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index f5175184149e..b1803b475606 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: linwood-butterfly -Version: 2.2.0-beta.0 +Version: 2.2.0-beta.1 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index f02507148832..cf6061e39dfd 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -167,7 +167,7 @@ packages: path: "../api" relative: true source: path - version: "2.2.0-beta.0" + version: "2.2.0-beta.1" camera: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index d37ebfb7a53b..f5ec5ef3e643 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -13,7 +13,7 @@ publish_to: none # 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: 2.2.0-beta.0+109 +version: 2.2.0-beta.1+110 environment: sdk: ">=3.0.0 <4.0.0"