Skip to content

Commit 3188751

Browse files
committed
chore: bump version to 2026.3.23 and finalize release docs
1 parent ba1792b commit 3188751

39 files changed

Lines changed: 45 additions & 45 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "ai.openaeon.android"
2222
minSdk = 31
2323
targetSdk = 36
24-
versionCode = 202603010
25-
versionName = "2026.3.1"
24+
versionCode = 202603230
25+
versionName = "2026.3.23"
2626
ndk {
2727
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
2828
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

apps/ios/Sources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2026.3.1</string>
22+
<string>2026.3.23</string>
2323
<key>CFBundleURLTypes</key>
2424
<array>
2525
<dict>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>20260301</string>
35+
<string>202603230</string>
3636
<key>NSAppTransportSecurity</key>
3737
<dict>
3838
<key>NSAllowsArbitraryLoadsInWebContent</key>

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.1</string>
18+
<string>2026.3.23</string>
1919
<key>CFBundleVersion</key>
20-
<string>202603010</string>
20+
<string>202603230</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenAEON</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": "@openaeon/acpx",
3-
"version": "2026.3.1",
3+
"version": "2026.3.23",
44
"description": "OpenAEON 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": "@openaeon/bluebubbles",
3-
"version": "2026.3.1",
3+
"version": "2026.3.23",
44
"description": "OpenAEON BlueBubbles channel plugin",
55
"type": "module",
66
"openaeon": {

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": "@openaeon/copilot-proxy",
3-
"version": "2026.3.1",
3+
"version": "2026.3.23",
44
"private": true,
55
"description": "OpenAEON 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": "@openaeon/diagnostics-otel",
3-
"version": "2026.3.1",
3+
"version": "2026.3.23",
44
"description": "OpenAEON 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": "@openaeon/diffs",
3-
"version": "2026.3.1",
3+
"version": "2026.3.23",
44
"private": true,
55
"description": "OpenAEON 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": "@openaeon/discord",
3-
"version": "2026.3.1",
3+
"version": "2026.3.23",
44
"description": "OpenAEON Discord channel plugin",
55
"type": "module",
66
"openaeon": {

0 commit comments

Comments
 (0)