Skip to content

Commit 4ab8d1f

Browse files
committed
v1.8.1: Bulletproof resolv.conf fix for update/reinstall/restart
Co-Authored-By: Mithun Gowda B <mithungowda.b7411@gmail.com>
1 parent 6376532 commit 4ab8d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter_app/lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AppConstants {
22
static const String appName = 'OpenClaw';
3-
static const String version = '1.8.0';
3+
static const String version = '1.8.1';
44
static const String packageName = 'com.nxg.openclawproot';
55

66
/// Matches ANSI escape sequences (e.g. color codes in terminal output).

flutter_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: openclaw
22
description: OpenClaw AI Gateway for Android - standalone, no Termux required.
33
publish_to: 'none'
4-
version: 1.8.0+11
4+
version: 1.8.1+12
55

66
environment:
77
sdk: '>=3.2.0 <4.0.0'

0 commit comments

Comments
 (0)