Skip to content

Commit 780bafc

Browse files
committed
Release version 1.4.0.
1 parent 740f8ea commit 780bafc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0';
29-
static const _build = '235';
29+
static const _build = '236';
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.0+235
4+
version: 1.4.0+236
55

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

0 commit comments

Comments
 (0)