chore: update app version

This commit is contained in:
Jefferson Mantovani
2026-01-22 11:08:18 -03:00
parent 42016d0101
commit b655a3c4b6
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "p2pix-front-end", "name": "p2pix-front-end",
"version": "0.1.0", "version": "1.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "p2pix-front-end", "name": "p2pix-front-end",
"version": "0.1.0", "version": "1.2.0",
"dependencies": { "dependencies": {
"@floating-ui/vue": "^0.2.1", "@floating-ui/vue": "^0.2.1",
"@headlessui/vue": "^1.7.3", "@headlessui/vue": "^1.7.3",

View File

@@ -1,6 +1,6 @@
{ {
"name": "p2pix-front-end", "name": "p2pix-front-end",
"version": "1.1.0", "version": "1.2.0",
"scripts": { "scripts": {
"start": "vite --host=0.0.0.0 --port 3000", "start": "vite --host=0.0.0.0 --port 3000",
"build": "run-p type-check build-only", "build": "run-p type-check build-only",