Skip to content

Commit

Permalink
v1.3.4 b101
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Oct 31, 2023
1 parent a0a2bc3 commit c3e066b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/environment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Environment {
static const _applicationName = 'Anytime';
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
static const _projectVersion = '1.3.4';
static const _build = '100';
static const _build = '101';

static var _agentString = userAgentAppString;

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.4+100
version: 1.3.4+101

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

0 comments on commit c3e066b

Please sign in to comment.