Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Dec 25, 2022
1 parent 082cd80 commit f653761
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 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.1"
private static let version: String = "1.3.2"
/// 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
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ OPTIONS:

**Note**: Use the following command to encode your credentials in the configuration file:

`printf 'username:password' | iconv --to-code ISO-8859-1 | base64 --input -`
`printf 'username:password' | iconv --to-code ISO-8859-1 | base64`

- For Slack integration, read [Basic app setup](https://api.slack.com/authentication/basics) to create a Slack app with a Bot token.

**Note:** The Bot token will require the `chat:write` and `files:write` [permission scopes](https://api.slack.com/scopes).

## Privileges

`kmart` requires the following **user privileges** in order to report correctly.
**Kmart** requires the following **user privileges** in order to report correctly.

**Recommendations:**

Expand Down Expand Up @@ -126,11 +126,9 @@ OPTIONS:

## Download

Grab the latest version of KMART from the [releases page](https://github.com/ninxsoft/KMART/releases).

**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**.
- Grab the latest version of KMART from the [releases page](https://github.com/ninxsoft/KMART/releases).
- **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**.

## Credits / Thank You

Expand All @@ -143,6 +141,11 @@ If you need to run **KMART** on an older operating system, you can still use ver

## Version History

- 1.3.2

- Fixed an issue where `mac_policies_no_payload` was not reporting correctly (thanks [monodata](https://github.com/monodata))
- URL slugs have been updated to match recent Jamf Pro changes (thanks [thomasrmartin](https://github.com/thomasrmartin))

- 1.3.1

- Nested Smart Groups are now also detected when generating reports
Expand Down

0 comments on commit f653761

Please sign in to comment.