actual version number for the bot + dev marker

This commit is contained in:
Lio Young 2021-04-09 20:14:16 +02:00
parent 7eeca42275
commit 2a09ceabe4
No known key found for this signature in database
GPG Key ID: 789795A11879E169
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "thaldrin", "name": "thaldrin",
"version": "4.0.0", "version": "4.0.0-dev",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "4.0.0", "version": "4.0.0-dev",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@supabase/supabase-js": "^1.7.7", "@supabase/supabase-js": "^1.7.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "thaldrin", "name": "thaldrin",
"version": "4.0.0", "version": "4.0.0-dev",
"description": "", "description": "",
"main": "build/index.js", "main": "build/index.js",
"scripts": { "scripts": {