Skip to content

Commit 84839ec

Browse files
committed
v4.10.0
1 parent aa0abf1 commit 84839ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/desktop/build/darwin/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<key>CFBundleIdentifier</key>
1111
<string>com.ccnexus.app</string>
1212
<key>CFBundleVersion</key>
13-
<string>4.9.1</string>
13+
<string>4.10.0</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>ccNexus</string>
1616
<key>CFBundleShortVersionString</key>
17-
<string>4.9.1</string>
17+
<string>4.10.0</string>
1818
<key>CFBundleIconFile</key>
1919
<string>iconfile</string>
2020
<key>LSUIElement</key>

cmd/desktop/build/windows/wails.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="ccNexus" version="4.9.1.0" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="ccNexus" version="4.10.0.0" processorArchitecture="*"/>
44
<description>A smart API endpoint rotation proxy for Claude Code and Codex CLI</description>
55
<dependency>
66
<dependentAssembly>

cmd/desktop/wails.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"info": {
2424
"companyName": "ccNexus",
2525
"productName": "ccNexus",
26-
"productVersion": "4.9.1",
26+
"productVersion": "4.10.0",
2727
"copyright": "Copyright © 2024 Chuck",
2828
"comments": "A smart API endpoint rotation proxy for Claude Code"
2929
}

0 commit comments

Comments
 (0)