Skip to content

Commit

Permalink
vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Aug 14, 2024
1 parent 52f7a5b commit 590412d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h5 class="alert-heading">CityJSON schema validator</h5>
<small class="text-muted">
<i class="bi bi-github"></i>
<a href="https://github.com/cityjson/cjval" class="alert-link">cjval</a> v0.8.0 is used
<a href="https://github.com/cityjson/cjval" class="alert-link">cjval</a> v0.8.1 is used
</small>
<hr>
<small class="text-muted">CityJSON v2.0, v1.1, and v1.0 are supported<br>(including <a href="https://www.cityjson.org/cityjsonseq/" class="alert-link">CityJSONSeq</a> and <a class="alert-link" href="https://www.cityjson.org/extensions/">Extensions</a>)</small>
Expand Down
Binary file modified pkg/cjval_wasm_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cjval_wasm",
"version": "0.7.2",
"version": "0.8.0",
"files": [
"cjval_wasm_bg.wasm",
"cjval_wasm.js",
Expand Down

0 comments on commit 590412d

Please sign in to comment.