Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Oct 15, 2024
1 parent 759a0c9 commit e3d4458
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.3.10

- Episode search

## 1.3.9

- Improved accessibility
- Better support for AirPods and Bluetooth earphones/headphones
- Speed selector max speed now uses 0.1 increments
- Bug Fixes
- Fixed episode sort issue

## 1.3.8

- Added episode sort option.
Expand Down
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.9';
static const _build = '158';
static const _projectVersion = '1.3.10';
static const _build = '160';

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.9+158
version: 1.3.10+160

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

0 comments on commit e3d4458

Please sign in to comment.