Skip to content

Commit 111dba4

Browse files
Copilotnighca
andauthored
chore(deps): bump spx to v2.0.0-pre.39 (#2630)
* Initial plan * chore(deps): update spx version references to v2.0.0-pre.39 Co-authored-by: nighca <1492263+nighca@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
1 parent 79e2304 commit 111dba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spx-gui/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ VITE_CASDOOR_ORGANIZATION_NAME=""
4545
VITE_DISABLE_AIGC="false"
4646

4747
# Version of spx, keep in sync with the version in `install-spx.sh`.
48-
VITE_SPX_VERSION=2.0.0-pre.38
48+
VITE_SPX_VERSION=2.0.0-pre.39
4949

5050
# Whether to show the license information (including copyright) in the footer.
5151
VITE_SHOW_LICENSE="false"

spx-gui/install-spx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
cd "$(dirname "$0")"
55

66
# Version of spx, keep in sync with the version in `.env`.
7-
SPX_VERSION=2.0.0-pre.38
7+
SPX_VERSION=2.0.0-pre.39
88
SPX_NAME="spx_${SPX_VERSION}"
99
SPX_FILE_NAME="${SPX_NAME}.zip"
1010
SPX_FILE_URL="https://github.com/goplus/spx/releases/download/v${SPX_VERSION}/spx_web.zip"

0 commit comments

Comments
 (0)