Skip to content

Commit 2d73533

Browse files
committed
chore: bump project version to 0.40.0
1 parent 7368aaa commit 2d73533

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.39.0"
14+
version = "0.40.0"
1515
edition = "2024"
1616

1717
[workspace.dependencies]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codexia",
33
"private": true,
4-
"version": "0.39.0",
4+
"version": "0.40.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>LSMinimumSystemVersion</key>
88
<string>10.15</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>0.36.0</string>
10+
<string>0.40.0</string>
1111
<key>CFBundleName</key>
1212
<string>Codexia</string>
1313
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)