Skip to content

Commit 5e9aa57

Browse files
committed
Update Version to 2.3.0-beta.0
1 parent 3722027 commit 5e9aa57

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: butterfly_api
22
description: The Linwood Butterfly API
3-
version: 2.2.2
3+
version: 2.3.0-beta.0
44
publish_to: none
55

66
environment:

app/AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AppDir:
1414
id: dev.linwood.butterfly
1515
name: Linwood Butterfly
1616
icon: dev.linwood.butterfly
17-
version: 2.2.2
17+
version: 2.3.0-beta.0
1818
exec: butterfly
1919
exec_args: $@
2020
apt:

app/linux/debian/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: linwood-butterfly
2-
Version: 2.2.2
2+
Version: 2.3.0-beta.0
33
Section: base
44
Priority: optional
55
Homepage: https://github.com/LinwoodDev/butterfly

app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ packages:
172172
path: "../api"
173173
relative: true
174174
source: path
175-
version: "2.2.2"
175+
version: "2.3.0-beta.0"
176176
camera:
177177
dependency: "direct main"
178178
description:

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publish_to: none
1313
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1414
# Read more about iOS versioning at
1515
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
16-
version: 2.2.2+122
16+
version: 2.3.0-beta.0+123
1717

1818
environment:
1919
sdk: ">=3.4.0 <4.0.0"

0 commit comments

Comments
 (0)