Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
1 parent 5ad1d64 commit a4de2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

-
name: Unzip build.zip
run: unzip -q build.zip
run: unzip -q -o build.zip

# -
# name: Publish NPM
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unit.gl",
"description": "Layout Engine.",
"version": "0.0.17",
"version": "0.0.18",
"config": {
"version_short": "0.0"
},
Expand Down

0 comments on commit a4de2fb

Please sign in to comment.