chore: bump version number

This commit is contained in:
Sebin Nyshkim 2023-02-04 18:45:17 +01:00
parent f881c1aac1
commit 72cc7afe71
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "viktor-reference",
"version": "0.3.2",
"version": "0.3.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "viktor-reference",
"version": "0.3.2",
"version": "0.3.3",
"dependencies": {
"vue": "^3.2.45",
"vue-router": "^4.1.6"

View file

@ -1,6 +1,6 @@
{
"name": "viktor-reference",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",