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.
2 parents 0efc8a2 + 3af44e8 commit 13e2c2aCopy full SHA for 13e2c2a
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 = '1.1.2';
36
- static const _build = 'a1dd747';
+ static const _build = '8b3d8f1';
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: 1.1.2+a1dd747
+version: 1.1.2+8b3d8f1
5
6
environment:
7
sdk: ">=3.8.0 <4.0.0"
0 commit comments