Skip to content

Commit

Permalink
ci: update phcode version to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixide authored and abose committed Jun 11, 2024
1 parent ba34352 commit 92cd268
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.8.1",
"version": "3.8.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": "c73c969d1ffc612f0c51cf9e92386dfefb9ae21d"
"commit": "e3f35695abf634a5416256cb71e3ea2a41efda99"
}
}
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.8.1"
version = "3.8.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.8.1"
"version": "3.8.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 92cd268

Please sign in to comment.