Skip to content

Commit

Permalink
Prepare for v1.3.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Feb 5, 2025
1 parent 92c1a9e commit b1740a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/core/environment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const feedbackUrl = String.fromEnvironment('FEEDBACK_URL', defaultValue: '');
class Environment {
static const _applicationName = 'Anytime';
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
static const _projectVersion = '1.3.10';
static const _build = '160';
static const _projectVersion = '1.3.11';
static const _build = '166';

static var _agentString = userAgentAppString;

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,10 @@ packages:
dependency: "direct main"
description:
name: flutter_downloader
sha256: "93a9ddbd561f8a3f5483b4189453fba145a0a1014a88143c96a966296b78a118"
sha256: b6da5495b6258aa7c243d0f0a5281e3430b385bccac11cc508f981e653b25aa6
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.11.8"
flutter_html:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: anytime
description: Anytime Podcast Player

version: 1.3.10+160
version: 1.3.11+166

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit b1740a2

Please sign in to comment.