Skip to content

Commit

Permalink
ci: update phcode version to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixide authored and abose committed Mar 26, 2024
1 parent d60c859 commit b74ea53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.4",
"version": "3.5.5",
"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": "0fa699b93dc577691322f1ee3edc5aee41e0c6de"
"commit": "7ee85edf2b8338a4730134f59c70a8402be51fa3"
}
}
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.5.4"
version = "3.5.5"
description = "Phoenix is a modern open-source IDE for the web, built for the browser."
authors = ["[email protected], [email protected]"]
license = "GNU AGPL 3.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.5.4"
"version": "3.5.5"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit b74ea53

Please sign in to comment.