Skip to content

Commit

Permalink
v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
1 parent d37300d commit 5ad1d64
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 @@ -47,7 +47,7 @@ jobs:

-
name: Zip lib & node_modules
run: zip -9qry "build.zip" "./" -i "node_modules/*" -i "lib/*"
run: zip -9qry "build.zip" "./" -i "node_modules/*" -i "dist/*"

-
name: Upload build.zip
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.16",
"version": "0.0.17",
"config": {
"version_short": "0.0"
},
Expand Down

0 comments on commit 5ad1d64

Please sign in to comment.