Skip to content

Commit fa355d4

Browse files
committed
Increment version
1 parent c8f22d3 commit fa355d4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For any hook in this repo you wish to use, add the following to your pre-commit
1515

1616
```yaml
1717
- repo: https://github.com/homebysix/pre-commit-macadmin
18-
rev: v1.16.0
18+
rev: v1.16.1
1919
hooks:
2020
- id: check-plists
2121
# - id: ...
@@ -141,7 +141,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat
141141

142142
```yaml
143143
- repo: https://github.com/homebysix/pre-commit-macadmin
144-
rev: v1.16.0
144+
rev: v1.16.1
145145
hooks:
146146
- id: check-munki-pkgsinfo
147147
args: ['--catalogs', 'testing', 'stable', '--']
@@ -151,7 +151,7 @@ But if you also use the `--categories` argument, you would move the trailing `--
151151

152152
```yaml
153153
- repo: https://github.com/homebysix/pre-commit-macadmin
154-
rev: v1.16.0
154+
rev: v1.16.1
155155
hooks:
156156
- id: check-munki-pkgsinfo
157157
args: ['--catalogs', 'testing', 'stable', '--categories', 'Design', 'Engineering', 'Web Browsers', '--']
@@ -163,7 +163,7 @@ If it looks better to your eye, feel free to use a multi-line list for long argu
163163

164164
```yaml
165165
- repo: https://github.com/homebysix/pre-commit-macadmin
166-
rev: v1.16.0
166+
rev: v1.16.1
167167
hooks:
168168
- id: check-munki-pkgsinfo
169169
args: [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="pre-commit-macadmin",
88
description="Pre-commit hooks for Mac admins, client engineers, and IT consultants.",
99
url="https://github.com/homebysix/pre-commit-macadmin",
10-
version="1.16.0",
10+
version="1.16.1",
1111
author="Elliot Jordan",
1212
author_email="elliot@elliotjordan.com",
1313
packages=["pre_commit_hooks"],

0 commit comments

Comments
 (0)