We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606399c commit 6cc7e46Copy full SHA for 6cc7e46
lib/core/environment.dart
@@ -26,7 +26,7 @@ class Environment {
26
static const _applicationName = 'Anytime';
27
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
28
static const _projectVersion = '1.4.1';
29
- static const _build = '238';
+ static const _build = '240';
30
31
static var _agentString = userAgentAppString;
32
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: anytime
2
description: Anytime Podcast Player
3
4
-version: 1.4.1+238
+version: 1.4.1+240
5
6
environment:
7
sdk: '>=3.6.0 <4.0.0'
0 commit comments