1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 02:16:40 +02:00

bump version for codecov update + fix build error

This commit is contained in:
koalyptus 2018-04-29 18:01:36 +10:00
parent 4378141d7d
commit 0d95699fa6
2 changed files with 2 additions and 3 deletions

View file

@ -18,8 +18,7 @@ before_deploy:
- git config --global user.name "koalyptus" - git config --global user.name "koalyptus"
- export GIT_TAG=$(node -p -e "require('./package.json').version") - export GIT_TAG=$(node -p -e "require('./package.json').version")
- echo -n $GIT_TAG - echo -n $GIT_TAG
- echo -n $TRAVIS_TAG - git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- test $TRAVIS_TAG != $GIT_TAG && git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
deploy: deploy:
provider: releases provider: releases
on: on:

View file

@ -1,6 +1,6 @@
{ {
"name": "tablefilter", "name": "tablefilter",
"version": "0.6.29", "version": "0.6.30",
"description": "A Javascript library making HTML tables filterable and a bit more", "description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT", "license": "MIT",
"author": { "author": {