chore: bump version to v0.1.0

This commit is contained in:
dancingCycle 2023-09-13 11:45:12 +02:00
parent 2d10ca86e6
commit 83423389b5
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "rvb-ui", "name": "rvb-ui",
"version": "0.0.6", "version": "0.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rvb-ui", "name": "rvb-ui",
"version": "0.0.6", "version": "0.1.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"axios": "1.3.6", "axios": "1.3.6",

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "rvb-ui", "name": "rvb-ui",
"description": "UI to display RVB data", "description": "UI to display RVB data",
"version": "0.0.6", "version": "0.1.0",
"main": "index.js", "main": "index.js",
"keywords": [ "keywords": [
"react", "react",