Skip to content

Commit

Permalink
ci: update phcode version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixide authored and abose committed Feb 23, 2024
1 parent d264303 commit b36e259
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.4.1",
"version": "3.4.2",
"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": "ebd430e3cfe76c2b14db0ecec3f7fa38c2fb6ace"
"commit": "b3299ebd75cc4115ac358d7d872d12808a26c1b8"
}
}
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.4.1"
version = "3.4.2"
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.4.1"
"version": "3.4.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit b36e259

Please sign in to comment.