From 23e816e384c04fbe763da444743be84ba4fddef8 Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Tue, 27 Aug 2024 13:59:25 +0000 Subject: [PATCH] Update Version to 2.2.0-beta.3 --- 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 e5651c85cf01..74107877a9e1 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.2 +version: 2.2.0-beta.3 publish_to: none environment: diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index dafacb2ac731..d047ea190d86 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.0-beta.2 + version: 2.2.0-beta.3 exec: butterfly exec_args: $@ apt: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index 334e803199c7..cd7c3a4b6348 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.2 +Version: 2.2.0-beta.3 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index fc4d2876c726..3000a469f607 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -172,7 +172,7 @@ packages: path: "../api" relative: true source: path - version: "2.2.0-beta.2" + version: "2.2.0-beta.3" camera: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 283714149aba..6a5c9415bdaf 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.2+111 +version: 2.2.0-beta.3+112 environment: sdk: ">=3.3.0 <4.0.0"