Skip to content

Commit 73ba52d

Browse files
committed
updated SDK version
1 parent 78664e0 commit 73ba52d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ then
77
git config --global user.name "Travis CI"
88
git clone --quiet --branch=${TRAVIS_BRANCH} https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} travis-build
99
cd travis-build
10-
#npm install
1110
ln -s ${TRAVIS_BUILD_DIR}/node_modules
1211
grunt
1312
git add dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)