Skip to content

Commit

Permalink
Update Version to 2.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 25, 2024
1 parent 8c54c33 commit 424c3c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: butterfly_api
description: The Linwood Butterfly API
version: 2.2.0-beta.0
version: 2.2.0-beta.1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
AppDir:
path: ./AppDir
app_info:
version: 2.2.0-beta.0
version: 2.2.0-beta.1
name: Linwood Butterfly
icon: dev.linwood.butterfly
version: 2.2.0-beta.0
Expand Down
2 changes: 1 addition & 1 deletion app/linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: linwood-butterfly
Version: 2.2.0-beta.0
Version: 2.2.0-beta.1
Section: base
Priority: optional
Homepage: https://github.com/LinwoodDev/butterfly
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ packages:
path: "../api"
relative: true
source: path
version: "2.2.0-beta.0"
version: "2.2.0-beta.1"
camera:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0+109
version: 2.2.0-beta.1+110

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 424c3c4

Please sign in to comment.