Skip to content

Commit 66b5482

Browse files
committed
Bump version
1 parent eb649e5 commit 66b5482

1 file changed

Lines changed: 4 additions & 4 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.1
18+
rev: v1.16.2
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.1
144+
rev: v1.16.2
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.1
154+
rev: v1.16.2
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.1
166+
rev: v1.16.2
167167
hooks:
168168
- id: check-munki-pkgsinfo
169169
args: [

0 commit comments

Comments
 (0)