diff --git a/api/pubspec.yaml b/api/pubspec.yaml index 7761bb24efe7..fb776ba84a28 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: butterfly_api description: The Linwood Butterfly API -version: 2.0.0-rc.3 +version: 2.0.0 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index 9ab4a827fdfc..6a293b6cf88a 100644 --- a/app/AppImageBuilder.yml +++ b/app/AppImageBuilder.yml @@ -11,7 +11,7 @@ AppDir: id: dev.linwood.butterfly name: Linwood Butterfly icon: dev.linwood.butterfly - version: 2.0.0-rc.3 + version: 2.0.0 exec: butterfly exec_args: $@ apt: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index 782c46f32272..4d456f9ae04b 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: linwood-butterfly -Version: 2.0.0-rc.3 +Version: 2.0.0 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index a4a19b362e2a..9aeffd31d5bd 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -167,7 +167,7 @@ packages: path: "../api" relative: true source: path - version: "2.0.0-rc.3" + version: "2.0.0" camera: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 1a396b77b824..6d4272bfb835 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.0.0-rc.3+84 +version: 2.0.0+85 environment: sdk: ">=3.0.0 <4.0.0"