Skip to content

Commit cd17d9b

Browse files
committed
Unbump version
1 parent 2982ed4 commit cd17d9b

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**Changelog:**
22
- Upgraded to flutter 3.35.7
3-
- Upgraded almost all dependencies
3+
- Upgraded almost all dependencies
4+
- UI improvements :3

fastlane/metadata/android/en-US/changelogs/47.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

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.3";
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.3+47
19+
version: 0.4.2+46
2020
environment:
2121
sdk: ^3.6.0
2222
flutter: ">=3.35.7"

0 commit comments

Comments
 (0)