Skip to content

Commit 294d285

Browse files
committed
bump version
1 parent df8d890 commit 294d285

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

installer/debian/oco-agent/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: OCO-Agent
2-
Version: 1.1.3
2+
Version: 1.1.4
33
Section: base
44
Priority: optional
55
Architecture: all

installer/macos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
66
TARGET_DIRECTORY="$SCRIPTPATH/target"
77
PRODUCT="OCO Agent"
8-
VERSION="1.1.3"
8+
VERSION="1.1.4"
99
TARGET_FILENAME="oco-agent.pkg"
1010
DEVELOPER_ID_INSTALLER_CERT_NAME="Developer ID Installer: Georg Sieber (96G8V7UY3M)"
1111
#DEVELOPER_ACCOUNT_USERNAME=""

installer/windows/oco-agent.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OCO Agent"
5-
#define MyAppVersion "1.1.3"
5+
#define MyAppVersion "1.1.4"
66
#define MyAppPublisher "Sieber Systems"
77
#define MyAppURL "https://github.com/schorschii/OCO-Agent"
88
#define MyAppSupportURL "https://sieber.systems/"

oco_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'OCO-Agent'
22
__author__ = 'Georg Sieber'
33
__license__ = 'GPL-3.0'
4-
__version__ = '1.1.3'
4+
__version__ = '1.1.4'
55
__website__ = 'https://github.com/schorschii/OCO-Agent'
66

77
__all__ = [__author__, __license__, __version__]

0 commit comments

Comments
 (0)