diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 3f49cae3a8..2cb10fba89 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -16,7 +16,7 @@ jobs: environment: app-packaging steps: - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Install Node.js and NPM uses: actions/setup-node@v1 with: diff --git a/Makefile b/Makefile index 520a225bfb..51d9fc0d83 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ versiontag: compile_keepversion: BUILD_TARGET=electron npm run build compile: versiontag - BUILD_TARGET=electron npm run build + npm run build compile_wsproxy: cd ./src/wsproxy; npx webpack --config webpack.config.js #cd ./src/wsproxy; rollup -c rollup.config.ts @@ -81,7 +81,7 @@ endif # BAI_APP_SIGN_KEYCHAIN_PASSWORD security list-keychain -d user -s login.keychain security list-keychain -d user -s "${KEYCHAIN_NAME}" security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "" "${KEYCHAIN_NAME}" - $(eval BAI_APP_SIGN_KEYCHAIN := ${KEYCHAIN_NAME}) + $(eval BAI_APP_SIGN_KEYCHAIN := ${KEYCHAIN_NAME}) echo Keychain ${KEYCHAIN_NAME} created for build endif # BAI_APP_SIGN_KEYCHAIN_B64 endif # BAI_APP_SIGN_KEYCHAIN diff --git a/index.html b/index.html index 1374aa2bdd..5135878575 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ } }; globalThis.packageVersion = "23.03.0"; - globalThis.buildVersion = "230525.200527"; + globalThis.buildVersion = "230525.200552"; diff --git a/manifest.json-E b/manifest.json-E index f8e2f534ad..a0705b5c74 100644 --- a/manifest.json-E +++ b/manifest.json-E @@ -3,7 +3,7 @@ "manifest_version": 8, "name": "Backend.AI Web UI", "short_name": "BackendAIWebUI", - "version": "23.09.0-alpha1", + "version": "23.03.0", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/version.json b/version.json index 3b88a068f7..0bbc973b10 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "23.03.0", "build": "230525.200527", "revision": "07676de0" } +{ "package": "23.03.0", "build": "230525.200552", "revision": "0f966ad6" }