Skip to content

Commit

Permalink
ci: update phcode version to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixide authored and abose committed Nov 25, 2024
1 parent 007581f commit 3db9d63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phoenix-code-ide",
"private": true,
"version": "3.9.4",
"version": "3.10.0",
"type": "module",
"scripts": {
"tauri": "tauri",
Expand Down Expand Up @@ -54,6 +54,6 @@
"phoenixRepo": {
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
"branch": "tauri",
"commit": "1c25b224e755da32170e7441eea7e2b73ade6c20"
"commit": "9d96de414fca69d5fef91a2936d3b76eb94178fd"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-code-ide"
version = "3.9.4"
version = "3.10.0"
description = "Phoenix Code"
authors = ["[email protected], [email protected]"]
license = "GNU AGPL 3.0"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Phoenix Code Experimental Build",
"version": "3.9.4"
"version": "3.10.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -484,4 +484,4 @@
}
]
}
}
}

0 comments on commit 3db9d63

Please sign in to comment.