From 4b92a3be72b218ac7ac6ea9949fc0a7a20e1b306 Mon Sep 17 00:00:00 2001 From: hanzhi713 Date: Mon, 29 Nov 2021 02:33:57 -0500 Subject: [PATCH] bump version --- .github/workflows/build_executable.yaml | 18 +++++++++--------- build_scripts/build.sh | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_executable.yaml b/.github/workflows/build_executable.yaml index 207722e..4eec1a8 100644 --- a/.github/workflows/build_executable.yaml +++ b/.github/workflows/build_executable.yaml @@ -21,9 +21,9 @@ jobs: with: draft: true files: | - ./dist/photomosaic-maker-3.0-macos-x64 - ./dist/photomosaic-maker-3.0-macos-x64.tar.gz - ./photomosaic-maker-3.0-macos-x64-build.tar.gz + ./dist/photomosaic-maker-3.1-macos-x64 + ./dist/photomosaic-maker-3.1-macos-x64.tar.gz + ./photomosaic-maker-3.1-macos-x64-build.tar.gz build-linux: runs-on: ubuntu-18.04 steps: @@ -41,9 +41,9 @@ jobs: with: draft: true files: | - ./dist/photomosaic-maker-3.0-ubuntu-x64 - ./dist/photomosaic-maker-3.0-ubuntu-x64.tar.gz - ./photomosaic-maker-3.0-ubuntu-x64-build.tar.gz + ./dist/photomosaic-maker-3.1-ubuntu-x64 + ./dist/photomosaic-maker-3.1-ubuntu-x64.tar.gz + ./photomosaic-maker-3.1-ubuntu-x64-build.tar.gz build-windows: runs-on: windows-2019 steps: @@ -62,6 +62,6 @@ jobs: with: draft: true files: | - ./dist/photomosaic-maker-3.0-windows-x64.exe - ./dist/photomosaic-maker-3.0-windows-x64.tar.gz - ./photomosaic-maker-3.0-windows-x64-build.tar.gz \ No newline at end of file + ./dist/photomosaic-maker-3.1-windows-x64.exe + ./dist/photomosaic-maker-3.1-windows-x64.tar.gz + ./photomosaic-maker-3.1-windows-x64-build.tar.gz \ No newline at end of file diff --git a/build_scripts/build.sh b/build_scripts/build.sh index 17aabb6..a5718fb 100755 --- a/build_scripts/build.sh +++ b/build_scripts/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=3.0 +VERSION=3.1 PLATFORM=$1 NAME=photomosaic-maker-${VERSION}-$PLATFORM-x64