chore(release): bump version to 2026.5.5

This commit is contained in:
Peter Steinberger
2026-05-05 17:23:39 +01:00
parent 63ce0ca966
commit c37871e77b
7 changed files with 12 additions and 10 deletions

View File

@@ -65,8 +65,8 @@ android {
applicationId = "ai.openclaw.app"
minSdk = 31
targetSdk = 36
versionCode = 2026050400
versionName = "2026.5.4"
versionCode = 2026050500
versionName = "2026.5.5"
ndk {
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

View File

@@ -1,5 +1,9 @@
# OpenClaw iOS Changelog
## 2026.5.5 - 2026-05-05
Maintenance update for the current OpenClaw development release.
## 2026.5.4 - 2026-05-04
Maintenance update for the current OpenClaw development release.

View File

@@ -2,8 +2,8 @@
// Source of truth: apps/ios/version.json
// Generated by scripts/ios-sync-versioning.ts.
OPENCLAW_IOS_VERSION = 2026.5.4
OPENCLAW_MARKETING_VERSION = 2026.5.4
OPENCLAW_IOS_VERSION = 2026.5.5
OPENCLAW_MARKETING_VERSION = 2026.5.5
OPENCLAW_BUILD_VERSION = 1
#include? "../build/Version.xcconfig"

View File

@@ -1,3 +1 @@
Maintenance update for the current OpenClaw development release.
- Gateway pairing now supports scanning QR codes from Settings and accepts full copied setup-code messages while keeping non-loopback `ws://` setup links blocked.

View File

@@ -1,3 +1,3 @@
{
"version": "2026.5.4"
"version": "2026.5.5"
}

View File

@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2026.5.4</string>
<string>2026.5.5</string>
<key>CFBundleVersion</key>
<string>2026050400</string>
<string>2026050500</string>
<key>CFBundleIconFile</key>
<string>OpenClaw</string>
<key>CFBundleURLTypes</key>

View File

@@ -1,6 +1,6 @@
{
"name": "openclaw",
"version": "2026.5.4",
"version": "2026.5.5",
"description": "Multi-channel AI gateway with extensible messaging integrations",
"keywords": [],
"homepage": "https://github.com/openclaw/openclaw#readme",