chore: bump version number

This commit is contained in:
Sebin Nyshkim 2023-01-20 02:57:06 +01:00
parent 7f89b30e63
commit f7ceadfb83
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "viktor-reference",
"version": "0.3.1a",
"version": "0.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "viktor-reference",
"version": "0.3.1a",
"version": "0.3.2",
"dependencies": {
"vue": "^3.2.45",
"vue-router": "^4.1.6"
@ -3447,9 +3447,9 @@
}
},
"node_modules/punycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz",
"integrity": "sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"dev": true,
"engines": {
"node": ">=6"
@ -6858,9 +6858,9 @@
}
},
"punycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz",
"integrity": "sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"dev": true
},
"queue-microtask": {

View file

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