Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Jun 19, 2023
1 parent 9c6e1b0 commit 4c04e3a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion laps-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LapsCli():
PLATFORM = sys.platform.lower()

PRODUCT_NAME = 'LAPS4LINUX CLI'
PRODUCT_VERSION = '1.7.0'
PRODUCT_VERSION = '1.7.1'
PRODUCT_WEBSITE = 'https://github.com/schorschii/laps4linux'

gcModeOn = False
Expand Down
2 changes: 1 addition & 1 deletion laps-client.macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ app = BUNDLE(coll,
name='LAPS4LINUX.app',
icon='assets/laps.icns',
bundle_identifier='systems.sieber.laps4mac',
version='1.7.0',
version='1.7.1',
info_plist={
'CFBundleURLTypes': [
{
Expand Down
2 changes: 1 addition & 1 deletion laps-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class LapsMainWindow(QMainWindow):
PLATFORM = sys.platform.lower()

PRODUCT_NAME = 'LAPS4LINUX'
PRODUCT_VERSION = '1.7.0'
PRODUCT_VERSION = '1.7.1'
PRODUCT_WEBSITE = 'https://github.com/schorschii/laps4linux'
PROTOCOL_SCHEME = 'laps://'
PRODUCT_ICON = 'laps.png'
Expand Down
2 changes: 1 addition & 1 deletion laps-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def filetime_to_dt(ft): # ft is in UTC, fromtimestamp() converts to local time

class LapsRunner():
PRODUCT_NAME = 'LAPS4LINUX Runner'
PRODUCT_VERSION = '1.7.0'
PRODUCT_VERSION = '1.7.1'
PRODUCT_WEBSITE = 'https://github.com/schorschii/laps4linux'

server = None
Expand Down
2 changes: 1 addition & 1 deletion setup/deb/laps4linux-client/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: laps4linux-client
Version: 1.7.0
Version: 1.7.1
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion setup/deb/laps4linux-runner/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: laps4linux-runner
Version: 1.7.0
Version: 1.7.1
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion setup/rpm/rpmbuild/SPECS/laps4linux-client.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: laps4linux-client
Version: 1.7.0
Version: 1.7.1
Release: 1%{?dist}
Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion setup/rpm/rpmbuild/SPECS/laps4linux-runner.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: laps4linux-runner
Version: 1.7.0
Version: 1.7.1
Release: 1%{?dist}
Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion setup/windows/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LAPS4LINUX"
#define MyAppVersion "1.7.0"
#define MyAppVersion "1.7.1"
#define MyAppPublisher "Sieber Systems"
#define MyAppURL "https://github.com/schorschii/LAPS4LINUX"
#define MyAppExeName "laps-gui.exe"
Expand Down

0 comments on commit 4c04e3a

Please sign in to comment.