Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Apr 19, 2022
1 parent bb0d917 commit 1c24a27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/validate-json@v1.0.4
uses: walbo/validate-json@v1.1.0
with:
files: folder/**/*.json
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validate-json",
"version": "1.0.4",
"version": "1.1.0",
"description": "Validate JSON Schemas",
"author": "Petter Walbø Johnsgård",
"license": "MIT",
Expand Down

0 comments on commit 1c24a27

Please sign in to comment.