From 0495ed01d6c68a4be764ec2b408aa863c8e3a3af Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Thu, 17 Oct 2024 11:44:30 +0200 Subject: [PATCH] Bump version --- 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 53ea6af79bba..c3b015cdcd55 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: butterfly_api description: The Linwood Butterfly API -version: 2.2.1-rc.2 +version: 2.2.1 publish_to: none environment: diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index f7b845406348..e2e34c09390f 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.1-rc.2 + version: 2.2.1 exec: butterfly exec_args: $@ apt: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index dfb3ca89231d..6b939588c317 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: linwood-butterfly -Version: 2.2.1-rc.2 +Version: 2.2.1 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index da4456de5fc9..f23e5e23f69d 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -172,7 +172,7 @@ packages: path: "../api" relative: true source: path - version: "2.2.1-rc.2" + version: "2.2.1" camera: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 9f1037f03f5b..0b24d271c01c 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.1-rc.2+119 +version: 2.2.1+119 environment: sdk: ">=3.4.0 <4.0.0"