Skip to content

Commit e9cbe96

Browse files
author
Lastowl
committed
Bump version to 2.4.0.17
1 parent d3793bf commit e9cbe96

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Installer/Windows/OnlyT-Setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; This script creates a Windows installer that bundles OnlyT and the StreamDeck plugin
33

44
#define MyAppName "OnlyT"
5-
#define MyAppVersion "2.4.0.16"
5+
#define MyAppVersion "2.4.0.17"
66
#define MyAppPublisher "OnlyT"
77
#define MyAppURL "https://github.com/lastowl/OnlyT"
88
#define MyAppExeName "OnlyT.exe"

Installer/build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66

77
# Configuration
88
APP_NAME="OnlyT"
9-
APP_VERSION="2.4.0.16"
9+
APP_VERSION="2.4.0.17"
1010

1111
# Paths
1212
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Installer/macOS/build-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
# Configuration
99
APP_NAME="OnlyT"
10-
APP_VERSION="2.4.0.16"
10+
APP_VERSION="2.4.0.17"
1111
BUNDLE_ID="com.onlyt.timer"
1212

1313
# Signing/Notarization Configuration (optional - leave empty to skip)

SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
[assembly: NeutralResourcesLanguage("en-GB")]
1111

12-
[assembly: AssemblyVersion("2.4.0.16")]
12+
[assembly: AssemblyVersion("2.4.0.17")]

0 commit comments

Comments
 (0)