Skip to content

Commit 637debe

Browse files
committed
bump version
1 parent 51fe102 commit 637debe

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Changelog:**
2+
- Upgraded to flutter 3.35.7
3+
- Upgraded almost all dependencies

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const String issues_url =
1818
"https://github.com/ComputerElite/ShockAlarmApp/issues";
1919

2020
String GetUserAgent() {
21-
return "ShockAlarm/0.4.0";
21+
return "ShockAlarm/0.4.2";
2222
}
2323

2424
bool isAndroid() {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.4.1+45
19+
version: 0.4.2+46
2020
environment:
2121
sdk: ^3.6.0
2222
flutter: ">=3.35.7"

0 commit comments

Comments
 (0)