Skip to content

Commit da705af

Browse files
committed
bump version to 0.1.3
1 parent 5c3af5e commit da705af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gwack/cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": false,
55
"description": "PHP Framework with vue intergration",
66
"type": "module",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export { createViteConfig } from './config/vite.js';
55
export { gwackPlugin } from './plugins/gwack.js';
66
export { startPhpServer } from './servers/php.js';
77

8-
export const version = '0.1.2';
8+
export const version = '0.1.3';

0 commit comments

Comments
 (0)