Skip to content

Commit

Permalink
Finally name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TKFRvisionOfficial committed Nov 24, 2023
1 parent 0949de5 commit 058c751
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/recording_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class _RecordingManagerState extends State<RecordingManager> {
await _uploadRecording(widget.databaseBloc, recordings[index]);
} on http.ClientException {
scaffoldMessenger.showSnackBar(const SnackBar(
content: Text("We couldn't connect to the KGB server. Is your Internet working?"),
content: Text("We couldn't connect to the server. Is your Internet working?"),
));
return;
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0+1
version: 0.1.0+3

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 058c751

Please sign in to comment.