Skip to content

Commit e50ca61

Browse files
committed
v4.2.2
1 parent 499899e commit e50ca61

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/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.2.1</string>
13+
<string>4.2.2</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>ccNexus</string>
1616
<key>CFBundleShortVersionString</key>
17-
<string>4.2.1</string>
17+
<string>4.2.2</string>
1818
<key>CFBundleIconFile</key>
1919
<string>iconfile</string>
2020
<key>LSUIElement</key>

app/build/windows/wails.exe.manifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="ccNexus" type="win32"/>
3+
<assemblyIdentity type="win32" name="ccNexus" version="4.2.2.0" processorArchitecture="*"/>
4+
<description>A smart API endpoint rotation proxy for Claude Code and Codex CLI</description>
45
<dependency>
56
<dependentAssembly>
67
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>

app/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.2.1",
26+
"productVersion": "4.2.2",
2727
"copyright": "Copyright © 2024 Chuck",
2828
"comments": "A smart API endpoint rotation proxy for Claude Code"
2929
}

0 commit comments

Comments
 (0)