Skip to content

Commit

Permalink
Bumps version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Aug 7, 2022
1 parent f753ec0 commit b0f45e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KMART/Commands/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ OVERVIEW: Kick-Ass Mac Admin Reporting Tool

Generate kick-ass Jamf Pro reports.

USAGE: kmart [--json <json>] [--plist <plist>] [--yaml <yaml>] [--version]
USAGE: kmart [--json <json>] [--plist <plist>] [--yaml <yaml>]

OPTIONS:
-j, --json <json> JSON configuration file.
-p, --plist <plist> Property List configuration file.
-y, --yaml <yaml> YAML configuration file.
-v, --version Display the version of kmart.
--version Show the version.
-h, --help Show help information.
```

Expand Down Expand Up @@ -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**.

Expand All @@ -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)
Expand Down

0 comments on commit b0f45e0

Please sign in to comment.