1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 20:32:54 +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"
- export GIT_TAG=$(node -p -e "require('./package.json').version")
- echo -n $GIT_TAG
- echo -n $TRAVIS_TAG
- test $TRAVIS_TAG != $GIT_TAG && git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
deploy:
provider: releases
on:

View file

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