diff --git a/package-lock.json b/package-lock.json index 808c677..9dbf0e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "viject", - "version": "1.2.5", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "viject", - "version": "1.2.5", + "version": "1.3.0", "license": "MIT", "dependencies": { "@clack/prompts": "^0.8.2", diff --git a/package.json b/package.json index 8746b25..6ee9e99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viject", "type": "module", - "version": "1.2.5", + "version": "1.3.0", "description": "A tool for migrating your React app from react-scripts (Create React App) to Vite", "author": "bhbs ", "license": "MIT", @@ -61,4 +61,4 @@ "vite-tsconfig-paths": "^4.3.2", "vitest": "^2.1.6" } -} \ No newline at end of file +}