From 2fab7bf90f95bc810612deffa71e45dc065859af Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Mon, 2 Dec 2024 08:48:04 +0000 Subject: [PATCH] Update Version to 2.2.3-rc.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 a2b5267a3e22..8b727bf5e507 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: butterfly_api description: The Linwood Butterfly API -version: 2.2.3-rc.0 +version: 2.2.3-rc.1 publish_to: none environment: diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index 509dd7ff9df1..b204367bbfdd 100644 --- a/app/AppImageBuilder.yml +++ b/app/AppImageBuilder.yml @@ -14,7 +14,7 @@ AppDir: id: dev.linwood.butterfly name: Linwood Butterfly icon: dev.linwood.butterfly - version: 2.2.3-rc.0 + version: 2.2.3-rc.1 exec: butterfly exec_args: $@ apt: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index b38509c34e90..097b5b0e9862 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: linwood-butterfly -Version: 2.2.3-rc.0 +Version: 2.2.3-rc.1 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index 88d63e31f51b..ba47b8f87664 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -172,7 +172,7 @@ packages: path: "../api" relative: true source: path - version: "2.2.3-rc.0" + version: "2.2.3-rc.1" camera: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index ad36dbf690d7..ddc957655df7 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.3-rc.0+123 +version: 2.2.3-rc.1+124 environment: sdk: ">=3.4.0 <4.0.0"