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 14a2aeb commit 75f210aCopy full SHA for 75f210a
2 files changed
mobile/lib/core/environment.dart
@@ -32,8 +32,8 @@ class Environment {
32
static const _applicationName = 'Pinepods';
33
static const _applicationUrl =
34
'https://github.com/madeofpendletonwool/pinepods';
35
- static const _projectVersion = '0.8.0';
36
- static const _build = '20252158';
+ static const _projectVersion = '0.8.1';
+ static const _build = '20252203';
37
38
static var _agentString = userAgentAppString;
39
mobile/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: pinepods_mobile
2
description: Pinepods Podcast Server
3
4
-version: 0.8.0+20252158
+version: 0.8.1+20252203
5
6
environment:
7
sdk: ">=3.8.0 <4.0.0"
0 commit comments