Compare commits

...

2 Commits

Author SHA1 Message Date
Benjamin Toby
2c2ae5de0d Sync Origins 2024-11-06 12:29:27 +01:00
Benjamin Toby
2d60de2de4 Sync Origins 2024-11-06 12:28:04 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

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