From 3b921f22c442b4610eb84b3fd403568105148ed0 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Mon, 24 Jun 2019 13:54:52 -0700 Subject: [PATCH] Bump version to 1.1.4 --- README.md | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bac1e6e..962102a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For any hook in this repo you wish to use, add the following to your pre-commit ``` - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.1.3 + rev: v1.1.4 hooks: - id: check-plists # - id: ... @@ -105,7 +105,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat ``` - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.1.3 + rev: v1.1.4 hooks: - id: check-munki-pkgsinfo args: ['--catalogs', 'testing', 'stable', '--'] @@ -115,7 +115,7 @@ But if you also use the `--categories` argument, you would move the trailing `-- ``` - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.1.3 + rev: v1.1.4 hooks: - id: check-munki-pkgsinfo args: ['--catalogs', 'testing', 'stable', '--categories', 'Design', 'Engineering', 'Web Browsers', '--'] @@ -127,7 +127,7 @@ If it looks better to your eye, feel free to use a multi-line list for long argu ``` - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.1.3 + rev: v1.1.4 hooks: - id: check-munki-pkgsinfo args: [ diff --git a/setup.py b/setup.py index 6700b59..a4e69cb 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ name="pre-commit-macadmin", description="Pre-commit hooks for Mac admins, client engineers, and IT consultants.", url="https://github.com/homebysix/pre-commit-macadmin", - version="1.1.3", + version="1.1.4", author="Elliot Jordan", author_email="elliot@elliotjordan.com", packages=["pre_commit_hooks"],