diff --git a/KMART/Commands/Version.swift b/KMART/Commands/Version.swift index c0602c9..73f479a 100644 --- a/KMART/Commands/Version.swift +++ b/KMART/Commands/Version.swift @@ -11,7 +11,7 @@ import Foundation struct Version { /// Current version. - private static let version: String = "1.3" + private static let version: String = "1.3.1" /// Current version with error message when unable to lookup latest version. private static var versionWithErrorMessage: String { "\(version) (Unable to check for latest version)" diff --git a/README.md b/README.md index 7273f44..db1f053 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ OVERVIEW: Kick-Ass Mac Admin Reporting Tool Generate kick-ass Jamf Pro reports. -USAGE: kmart [--json ] [--plist ] [--yaml ] [--version] +USAGE: kmart [--json ] [--plist ] [--yaml ] OPTIONS: -j, --json JSON configuration file. -p, --plist Property List configuration file. -y, --yaml YAML configuration file. - -v, --version Display the version of kmart. + --version Show the version. -h, --help Show help information. ``` @@ -128,7 +128,7 @@ OPTIONS: Grab the latest version of KMART from the [releases page](https://github.com/ninxsoft/KMART/releases). -**Note:** Version **1.3** requires **macOS Monterey** or later. +**Note:** Versions **1.3** and later require **macOS Monterey** or later. If you need to run **KMART** on an older operating system, you can still use version **1.2**. @@ -143,6 +143,10 @@ If you need to run **KMART** on an older operating system, you can still use ver ## Version History +- 1.3.1 + + - Nested Smart Groups are now also detected when generating reports + - 1.3 - Added support for linting **Python** scripts via [flake8](https://flake8.pycqa.org)