Version bump

This commit is contained in:
Fabian Stamm 2019-11-04 21:11:55 +01:00
parent 51dc76464f
commit d8c55d4389

View File

@ -1,8 +1,9 @@
{ {
"name": "@hibas123/realtimedb", "name": "@hibas123/realtimedb",
"version": "2.0.1-0", "version": "2.0.0-beta.1",
"description": "", "description": "",
"main": "lib/index.js", "main": "lib/index.js",
"private": true,
"scripts": { "scripts": {
"start": "node lib/index.js", "start": "node lib/index.js",
"build": "tsc", "build": "tsc",
@ -44,4 +45,4 @@
"what-the-pack": "^2.0.3", "what-the-pack": "^2.0.3",
"ws": "^7.2.0" "ws": "^7.2.0"
} }
} }