chore(ui): bump version to ui-v0.0.6

This commit is contained in:
dancingCycle 2023-08-21 20:46:18 +02:00
parent 69604a36b4
commit 679e20c0a2
2 changed files with 3 additions and 3 deletions

4
ui/package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "rvb-ui", "name": "rvb-ui",
"version": "0.0.5", "version": "0.0.6",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rvb-ui", "name": "rvb-ui",
"version": "0.0.5", "version": "0.0.6",
"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.5", "version": "0.0.6",
"main": "index.js", "main": "index.js",
"keywords": [ "keywords": [
"react", "react",