Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 9e12d30

Browse files
committed
update version number
1 parent 36777e3 commit 9e12d30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/ui/widgets/server_widgets/server_controls.dart

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ class ServerControls extends StatelessWidget {
172172
);
173173
}
174174

175-
176175
Widget _buildMapOptions(BuildContext context) {
177176
final double sheetHeight = MediaQuery.of(context).size.height * 0.75;
178177
const double searchHeight = 0;

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.3.0+45
18+
version: 1.3.1+46
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)