Skip to content

Commit

Permalink
Bump version to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel0ll committed Dec 30, 2020
1 parent 6744290 commit 7ef79d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ before_deploy:
- tar --create --verbose --file="$ARCHIVE_NAME" --directory "$TRAVIS_BUILD_DIR/prebuilds"
.
deploy:
github_token: $GITHUB_TOKEN
token: $GITHUB_TOKEN
GITHUB_TOKEN: $GITHUB_TOKEN
provider: releases
draft: false
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lotuz/jsminify",
"version": "0.0.14",
"version": "0.0.15",
"description": "A javascript minifier built on top of a tree-sitter parser in C",
"keywords": [
"javascript",
Expand Down

0 comments on commit 7ef79d8

Please sign in to comment.