Skip to content

Commit 61e2f33

Browse files
authored
Merge pull request #2 from cybozu/bump_version
Bump version
2 parents 6abbf95 + aa975dc commit 61e2f33

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ repos:
55
- id: jsonnet-fmt
66
args: ["--test"]
77
- id: jsonnet-lint
8-
args: ["--jpath", "lib/"]
8+
args: []

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PRE_COMMIT := pre-commit
44
JSONNET_VERSION := v0.18.0
55
GOLANGCI_VERSION := v1.46.2
66

7-
VERSION := v0.2.0
7+
VERSION := v0.3.0
88

99
.PHONY: fmt
1010
fmt:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following to your `.pre-commit-config.yaml`:
1111
```yaml
1212
repos:
1313
- repo: https://github.com/cybozu/pre-commit-jsonnet
14-
rev: v0.2.0
14+
rev: v0.3.0
1515
hooks:
1616
- id: jsonnet-fmt
1717
args: ["--test"] # you can specify any options of jsonnetfmt command

0 commit comments

Comments
 (0)