From 712a38f741c9d50ff2cbfaf54427afe21eb4be50 Mon Sep 17 00:00:00 2001 From: TheUltimateKeval <32948647+TheUltimateKeval@users.noreply.github.com> Date: Sat, 20 Feb 2021 10:39:06 +0530 Subject: [PATCH] Release v32 --- .github/workflows/release.yaml | 22 +++++++++++----------- splash.js | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76cd18a..c0a9878 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,8 +15,8 @@ jobs: env: GITHUB_TOKEN: ${{ SECRETS.GITHUB_TOKEN }} with: - tag_name: v31 - release_name: Release v31 + tag_name: v32 + release_name: Release v32 linux-build: needs: create_release @@ -52,7 +52,7 @@ jobs: - name: Compressing Build run: | cd release-builds - zip -r linux-v31.zip Zeno-linux-x64 + zip -r linux-v32.zip Zeno-linux-x64 - name: Uploading ZIP id: upload_zip @@ -61,8 +61,8 @@ jobs: GITHUB_TOKEN: ${{ SECRETS.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: ./release-builds/linux-v31.zip - asset_name: linux-v31.zip + asset_path: ./release-builds/linux-v32.zip + asset_name: linux-v32.zip asset_content_type: application/zip windows-build: @@ -89,7 +89,7 @@ jobs: id: compressing-build run: | cd release-builds - Compress-Archive -Path ./Zeno-win32-x64 -DestinationPath ./win32-v31.zip + Compress-Archive -Path ./Zeno-win32-x64 -DestinationPath ./win32-v32.zip # Uploading a Release file - name: Uploading ZIP @@ -99,8 +99,8 @@ jobs: GITHUB_TOKEN: ${{ SECRETS.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: ./release-builds/win32-v31.zip - asset_name: win32-v31.zip + asset_path: ./release-builds/win32-v32.zip + asset_name: win32-v32.zip asset_content_type: application/zip macos-build: @@ -128,7 +128,7 @@ jobs: id: compressing-build run: | cd release-builds - zip -r darwin-v31.zip zeno-darwin-x64 + zip -r darwin-v32.zip zeno-darwin-x64 # Uploading a Release file @@ -139,6 +139,6 @@ jobs: GITHUB_TOKEN: ${{ SECRETS.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: ./release-builds/darwin-v31.zip - asset_name: darwin-v31.zip + asset_path: ./release-builds/darwin-v32.zip + asset_name: darwin-v32.zip asset_content_type: application/zip \ No newline at end of file diff --git a/splash.js b/splash.js index 7b214bc..3b3a8a0 100644 --- a/splash.js +++ b/splash.js @@ -3,7 +3,7 @@ const https = require('https'); const fs = require('fs'); const pluginUpdater = require("./featureModules/plugins/updater"); -const version = 31; +const version = 32; var downloadBtn, cancelBtn, status; let tips = [ "You can press F5 to restart the client",