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 01c31ab commit 08d5ccbCopy full SHA for 08d5ccb
mobile/lib/core/environment.dart
@@ -33,7 +33,7 @@ class Environment {
33
static const _applicationUrl =
34
'https://github.com/madeofpendletonwool/pinepods';
35
static const _projectVersion = '0.8.0';
36
- static const _build = '20252159';
+ static const _build = '20252193';
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+20252159
+version: 0.8.0+20252193
5
6
environment:
7
sdk: ">=3.8.0 <4.0.0"
0 commit comments