Skip to content

Commit ea5fc1a

Browse files
committed
v5.0.1
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent e68d245 commit ea5fc1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(jsonschema VERSION 5.0.0 LANGUAGES CXX)
2+
project(jsonschema VERSION 5.0.1 LANGUAGES CXX)
33
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
44

55
# Options

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ brew install sourcemeta/apps/jsonschema
9090
Where `X.Y.Z` is replaced with the desired version. For example:
9191

9292
```yaml
93-
- uses: sourcemeta/jsonschema@v5.0.0
93+
- uses: sourcemeta/jsonschema@v5.0.1
9494
# Then use as usual
9595
- run: jsonschema fmt path/to/schemas --check
9696
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ runs:
1010
--output "${GITHUB_WORKSPACE}/install.sh" \
1111
"https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install"
1212
chmod +x "${GITHUB_WORKSPACE}/install.sh"
13-
"${GITHUB_WORKSPACE}/install.sh" 5.0.0
13+
"${GITHUB_WORKSPACE}/install.sh" 5.0.1
1414
rm "${GITHUB_WORKSPACE}/install.sh"

0 commit comments

Comments
 (0)