Skip to content

Commit 7cab3af

Browse files
committed
Begin v1.4.2.
1 parent 325ebdd commit 7cab3af

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2
2+
3+
- Fix auto display now playing option when using a screen reader.
4+
15
## 1.4.1
26

37
- Support for Turkish language (thank you @sipahi63).

lib/core/environment.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const feedbackUrl = String.fromEnvironment('FEEDBACK_URL', defaultValue: '');
2525
class Environment {
2626
static const _applicationName = 'Anytime';
2727
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
28-
static const _projectVersion = '1.4.1';
29-
static const _build = '240';
28+
static const _projectVersion = '1.4.2';
29+
static const _build = '241';
3030

3131
static var _agentString = userAgentAppString;
3232

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: anytime
22
description: Anytime Podcast Player
33

4-
version: 1.4.1+240
4+
version: 1.4.2+241
55

66
environment:
77
sdk: '>=3.6.0 <4.0.0'

0 commit comments

Comments
 (0)