Skip to content

Commit ea89853

Browse files
committed
v0.6.1
1 parent 9289d16 commit ea89853

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 0.6.0 LANGUAGES CXX)
2+
project(jsonschema VERSION 0.6.1 LANGUAGES CXX)
33
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
44
include(vendor/noa/cmake/noa.cmake)
55

README.markdown

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

5858
```yaml
59-
- uses: intelligence-ai/jsonschema@v0.6.0
59+
- uses: intelligence-ai/jsonschema@v0.6.1
6060
# Then use as usual
6161
- run: jsonschema fmt path/to/schemas --check
6262
```

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/intelligence-ai/jsonschema/main/install"
1212
chmod +x "${GITHUB_WORKSPACE}/install.sh"
13-
"${GITHUB_WORKSPACE}/install.sh" 0.6.0
13+
"${GITHUB_WORKSPACE}/install.sh" 0.6.1
1414
rm "${GITHUB_WORKSPACE}/install.sh"

0 commit comments

Comments
 (0)