Skip to content

Commit ae8a550

Browse files
phoenixideabose
authored andcommitted
ci: update phcode version to 3.2.13
1 parent e09d383 commit ae8a550

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phoenix-code-ide",
33
"private": true,
4-
"version": "3.2.11",
4+
"version": "3.2.13",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -49,6 +49,6 @@
4949
"phoenixRepo": {
5050
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
5151
"branch": "tauri",
52-
"commit": "76237ba61bb1a9b2dccff2afaad751f6bd04f87c"
52+
"commit": "3a7dbcff076501a6733186fef00c8b64023a6117"
5353
}
5454
}

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phoenix-code-ide"
3-
version = "3.2.11"
3+
version = "3.2.13"
44
description = "Phoenix is a modern open-source IDE for the web, built for the browser."
55
authors = ["arun@core.ai, charly@core.ai"]
66
license = "GNU AGPL 3.0"

src-tauri/tauri.conf.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Phoenix Code Experimental Build",
12-
"version": "3.2.11"
12+
"version": "3.2.13"
1313
},
1414
"tauri": {
1515
"allowlist": {
@@ -126,7 +126,7 @@
126126
"frameworks": [],
127127
"providerShortName": null,
128128
"signingIdentity": null,
129-
"license" : "./license/agpl"
129+
"license": "./license/agpl"
130130
},
131131
"resources": [
132132
"src-node/*"
@@ -145,7 +145,7 @@
145145
"timestampUrl": "http://timestamp.comodoca.com",
146146
"nsis": {
147147
"displayLanguageSelector": true,
148-
"license" : "./license/agpl",
148+
"license": "./license/agpl",
149149
"languages": [
150150
"English",
151151
"Afrikaans",
@@ -262,7 +262,6 @@
262262
"phcode-29",
263263
"phcode-30"
264264
]
265-
266265
},
267266
{
268267
"scheme": "https",

0 commit comments

Comments
 (0)