Skip to content

Commit

Permalink
ci: update phcode version to 3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixide authored and abose committed Nov 9, 2023
1 parent e09d383 commit ae8a550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.2.11",
"version": "3.2.13",
"type": "module",
"scripts": {
"tauri": "tauri",
Expand Down Expand Up @@ -49,6 +49,6 @@
"phoenixRepo": {
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
"branch": "tauri",
"commit": "76237ba61bb1a9b2dccff2afaad751f6bd04f87c"
"commit": "3a7dbcff076501a6733186fef00c8b64023a6117"
}
}
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.2.11"
version = "3.2.13"
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
7 changes: 3 additions & 4 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.2.11"
"version": "3.2.13"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -126,7 +126,7 @@
"frameworks": [],
"providerShortName": null,
"signingIdentity": null,
"license" : "./license/agpl"
"license": "./license/agpl"
},
"resources": [
"src-node/*"
Expand All @@ -145,7 +145,7 @@
"timestampUrl": "http://timestamp.comodoca.com",
"nsis": {
"displayLanguageSelector": true,
"license" : "./license/agpl",
"license": "./license/agpl",
"languages": [
"English",
"Afrikaans",
Expand Down Expand Up @@ -262,7 +262,6 @@
"phcode-29",
"phcode-30"
]

},
{
"scheme": "https",
Expand Down

0 comments on commit ae8a550

Please sign in to comment.