Skip to content

Commit ce5dd74

Browse files
committed
build: sync versions to 2026.3.11
1 parent 9648570 commit ce5dd74

File tree

44 files changed

+81
-39
lines changed

Some content is hidden

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

44 files changed

+81
-39
lines changed

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ android {
6363
applicationId = "ai.openclaw.app"
6464
minSdk = 31
6565
targetSdk = 36
66-
versionCode = 202603100
67-
versionName = "2026.3.10"
66+
versionCode = 202603110
67+
versionName = "2026.3.11"
6868
ndk {
6969
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
7070
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

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.3.10</string>
18+
<string>2026.3.11</string>
1919
<key>CFBundleVersion</key>
20-
<string>202603100</string>
20+
<string>202603110</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>

extensions/acpx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/acpx",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"description": "OpenClaw ACP runtime backend via acpx",
55
"type": "module",
66
"dependencies": {

extensions/bluebubbles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/bluebubbles",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"description": "OpenClaw BlueBubbles channel plugin",
55
"type": "module",
66
"dependencies": {

extensions/copilot-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/copilot-proxy",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"private": true,
55
"description": "OpenClaw Copilot Proxy provider plugin",
66
"type": "module",

extensions/diagnostics-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/diagnostics-otel",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"description": "OpenClaw diagnostics OpenTelemetry exporter",
55
"type": "module",
66
"dependencies": {

extensions/diffs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/diffs",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"private": true,
55
"description": "OpenClaw diff viewer plugin",
66
"type": "module",

extensions/discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/discord",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"description": "OpenClaw Discord channel plugin",
55
"type": "module",
66
"openclaw": {

extensions/feishu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/feishu",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)",
55
"type": "module",
66
"dependencies": {

extensions/google-gemini-cli-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/google-gemini-cli-auth",
3-
"version": "2026.3.10",
3+
"version": "2026.3.11",
44
"private": true,
55
"description": "OpenClaw Gemini CLI OAuth provider plugin",
66
"type": "module",

0 commit comments

Comments
 (0)