Skip to content

Commit 656a47b

Browse files
committed
Bump version
1 parent 0df2b5a commit 656a47b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can download a Portable version (zip file) from the [releases](https://githu
117117
- [x] Add Patterns to live controls
118118
- [x] Flaschendrehen
119119
- [x] Adapt to new Backend duration limit
120-
- [ ] Implement Shares V2 (once officially declared done in backend)
120+
- [ ] Implement Shares V2 (once officially declared done in backend and implementation in official frontend exists. Can't make sense of the api rn without explenation)
121121

122122
# Planned settings
123123
- [x] Hide/unhiding of the delay option

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.3.3";
21+
return "ShockAlarm/0.3.4";
2222
}
2323

2424
bool isAndroid() {

0 commit comments

Comments
 (0)