We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3af5e commit da705afCopy full SHA for da705af
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gwack/cli",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"private": false,
5
"description": "PHP Framework with vue intergration",
6
"type": "module",
src/index.js
@@ -5,4 +5,4 @@ export { createViteConfig } from './config/vite.js';
export { gwackPlugin } from './plugins/gwack.js';
export { startPhpServer } from './servers/php.js';
7
8
-export const version = '0.1.2';
+export const version = '0.1.3';
0 commit comments