Skip to content

Commit 31161ab

Browse files
committed
chore(release): bump version to 2026.5.3
1 parent c149046 commit 31161ab

134 files changed

Lines changed: 229 additions & 219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ android {
6565
applicationId = "ai.openclaw.app"
6666
minSdk = 31
6767
targetSdk = 36
68-
versionCode = 2026050200
69-
versionName = "2026.5.2"
68+
versionCode = 2026050300
69+
versionName = "2026.5.3"
7070
ndk {
7171
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
7272
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

apps/ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenClaw iOS Changelog
22

3+
## 2026.5.3 - 2026-05-03
4+
5+
Maintenance update for the current OpenClaw development release.
6+
37
## 2026.5.2 - 2026-05-02
48

59
Maintenance update for the current OpenClaw development release.

apps/ios/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Source of truth: apps/ios/version.json
33
// Generated by scripts/ios-sync-versioning.ts.
44

5-
OPENCLAW_IOS_VERSION = 2026.5.2
6-
OPENCLAW_MARKETING_VERSION = 2026.5.2
5+
OPENCLAW_IOS_VERSION = 2026.5.3
6+
OPENCLAW_MARKETING_VERSION = 2026.5.3
77
OPENCLAW_BUILD_VERSION = 1
88

99
#include? "../build/Version.xcconfig"

apps/ios/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2026.5.2"
2+
"version": "2026.5.3"
33
}

apps/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.5.2</string>
18+
<string>2026.5.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>2026050200</string>
20+
<string>2026050300</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>

docs/plugins/plugin-inventory.md

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/plugins/reference.md

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/plugins/reference/acpx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Embedded ACP runtime backend with plugin-owned session and transport management.
1212
## Distribution
1313

1414
- Package: `@openclaw/acpx`
15-
- Install route: included in OpenClaw
15+
- Install route: ClawHub + npm
1616

1717
## Surface
1818

docs/plugins/reference/googlechat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Adds the Google Chat channel surface for sending and receiving OpenClaw messages
1212
## Distribution
1313

1414
- Package: `@openclaw/googlechat`
15-
- Install route: included in OpenClaw
15+
- Install route: ClawHub + npm
1616

1717
## Surface
1818

docs/plugins/reference/line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Adds the LINE channel surface for sending and receiving OpenClaw messages.
1212
## Distribution
1313

1414
- Package: `@openclaw/line`
15-
- Install route: included in OpenClaw
15+
- Install route: ClawHub + npm
1616

1717
## Surface
1818

0 commit comments

Comments
 (0)