Skip to content

Commit

Permalink
🎉 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Jan 2, 2025
1 parent ae72e1f commit 1ae2c45
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.32"
APP_VERSION: "0.3.0"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on:

env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.32"
QT_VERSION: "6.7.2"
APP_VERSION: "0.3.0"
QT_VERSION: "6.8.1"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.32"
QT_VERSION: "6.7.2"
APP_VERSION: "0.3.0"
QT_VERSION: "6.8.1"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.20)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 32)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)

execute_process(
COMMAND git describe --always --dirty
Expand Down
2 changes: 1 addition & 1 deletion deploy_linux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export APP_NAME="WebSocketReflectorX"
export APP_VERSION=0.2.32
export APP_VERSION=0.3.0
export GIT_VERSION=$(git rev-parse --short HEAD)

echo "> $APP_NAME packager (Linux x86_64) [v$APP_VERSION]"
Expand Down
2 changes: 1 addition & 1 deletion deploy_macos.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export APP_NAME="WebSocketReflectorX"
export APP_VERSION=0.2.32
export APP_VERSION=0.3.0
export GIT_VERSION=$(git rev-parse --short HEAD)

arch=x86_64
Expand Down
2 changes: 1 addition & 1 deletion deploy_windows.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export APP_NAME="WebSocketReflectorX"
export APP_VERSION=0.2.32
export APP_VERSION=0.3.0
export GIT_VERSION=$(git rev-parse --short HEAD)

echo "> $APP_NAME packager (Windows x86_64) [v$APP_VERSION]"
Expand Down

0 comments on commit 1ae2c45

Please sign in to comment.