Tweaked versioning

This commit is contained in:
2022-02-25 05:31:49 +00:00
parent 0182ba65b6
commit 6fe88da331
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.17.3", "express": "^4.17.3",
"node-fetch": "^2.0.0", "node-fetch": "^2.0.0",
"sineql": "^0.5.0" "sineql": "latest"
} }
}, },
"node_modules/accepts": { "node_modules/accepts": {
+1 -1
View File
@@ -16,6 +16,6 @@
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.17.3", "express": "^4.17.3",
"node-fetch": "^2.0.0", "node-fetch": "^2.0.0",
"sineql": "^0.5.0" "sineql": "latest"
} }
} }