diff --git a/package.json b/package.json index 236b081..45decc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datasquirel", - "version": "2.3.8", + "version": "2.4.0", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": { diff --git a/publish.sh b/publish.sh index bf341f5..d5cf954 100644 --- a/publish.sh +++ b/publish.sh @@ -6,4 +6,4 @@ else msg="$1" fi -git add . && git commit -m "$msg" && git push && npm publish \ No newline at end of file +git add . && git commit -m "$msg" && git push --all origin && npm publish