Sync Origins

This commit is contained in:
Benjamin Toby 2024-11-06 12:28:04 +01:00
parent 82cacd6a15
commit 2d60de2de4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "2.3.8", "version": "2.4.0",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View File

@ -6,4 +6,4 @@ else
msg="$1" msg="$1"
fi fi
git add . && git commit -m "$msg" && git push && npm publish git add . && git commit -m "$msg" && git push --all origin && npm publish