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 740f8ea commit 780bafcCopy full SHA for 780bafc
2 files changed
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.0';
29
- static const _build = '235';
+ static const _build = '236';
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.0+235
+version: 1.4.0+236
5
6
environment:
7
sdk: '>=3.6.0 <4.0.0'
0 commit comments