Skip to content

Commit 6cc7e46

Browse files
committed
v1.4.1 release.
1 parent 606399c commit 6cc7e46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/core/environment.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Environment {
2626
static const _applicationName = 'Anytime';
2727
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
2828
static const _projectVersion = '1.4.1';
29-
static const _build = '238';
29+
static const _build = '240';
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+238
4+
version: 1.4.1+240
55

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

0 commit comments

Comments
 (0)