File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Package: OCO-Agent
2
- Version: 1.1.3
2
+ Version: 1.1.4
3
3
Section: base
4
4
Priority: optional
5
5
Architecture: all
Original file line number Diff line number Diff line change 5
5
SCRIPTPATH=" $( cd -- " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
6
6
TARGET_DIRECTORY=" $SCRIPTPATH /target"
7
7
PRODUCT=" OCO Agent"
8
- VERSION=" 1.1.3 "
8
+ VERSION=" 1.1.4 "
9
9
TARGET_FILENAME=" oco-agent.pkg"
10
10
DEVELOPER_ID_INSTALLER_CERT_NAME=" Developer ID Installer: Georg Sieber (96G8V7UY3M)"
11
11
# DEVELOPER_ACCOUNT_USERNAME=""
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " OCO Agent"
5
- #define MyAppVersion " 1.1.3 "
5
+ #define MyAppVersion " 1.1.4 "
6
6
#define MyAppPublisher " Sieber Systems"
7
7
#define MyAppURL " https://github.com/schorschii/OCO-Agent"
8
8
#define MyAppSupportURL " https://sieber.systems/"
Original file line number Diff line number Diff line change 1
1
__title__ = 'OCO-Agent'
2
2
__author__ = 'Georg Sieber'
3
3
__license__ = 'GPL-3.0'
4
- __version__ = '1.1.3 '
4
+ __version__ = '1.1.4 '
5
5
__website__ = 'https://github.com/schorschii/OCO-Agent'
6
6
7
7
__all__ = [__author__ , __license__ , __version__ ]
You can’t perform that action at this time.
0 commit comments