diff --git a/api/pubspec.yaml b/api/pubspec.yaml index a16740634661..464ca39b8a91 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: butterfly_api description: The Linwood Butterfly API -version: 2.2.2 +version: 2.3.0-beta.0 publish_to: none environment: diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index 3d4bd6bf47c8..fd12b7a0ee9e 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.2 + version: 2.3.0-beta.0 exec: butterfly exec_args: $@ apt: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index eb31d4e77e8d..cde1c9002ab4 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: linwood-butterfly -Version: 2.2.2 +Version: 2.3.0-beta.0 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index 4cb3821bb58a..b1f28f5a7aae 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -172,7 +172,7 @@ packages: path: "../api" relative: true source: path - version: "2.2.2" + version: "2.3.0-beta.0" camera: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index c5ab65a75770..cebf5392d6d6 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.2+122 +version: 2.3.0-beta.0+123 environment: sdk: ">=3.4.0 <4.0.0"