Skip to content

Commit 75f210a

Browse files
committed
chore: update version to 0.8.1 [skip ci]
1 parent 14a2aeb commit 75f210a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mobile/lib/core/environment.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class Environment {
3232
static const _applicationName = 'Pinepods';
3333
static const _applicationUrl =
3434
'https://github.com/madeofpendletonwool/pinepods';
35-
static const _projectVersion = '0.8.0';
36-
static const _build = '20252158';
35+
static const _projectVersion = '0.8.1';
36+
static const _build = '20252203';
3737

3838
static var _agentString = userAgentAppString;
3939

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pinepods_mobile
22
description: Pinepods Podcast Server
33

4-
version: 0.8.0+20252158
4+
version: 0.8.1+20252203
55

66
environment:
77
sdk: ">=3.8.0 <4.0.0"

0 commit comments

Comments
 (0)