Skip to content

Commit 5cb5ca2

Browse files
committed
Fix verison
1 parent 6a1a727 commit 5cb5ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ziglite",
33
"description": "A Laravel named routes integration for Javascript",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"keywords": [
66
"ziglite",
77
"laravel",

src/Services/PackageService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct() {
2424
}
2525

2626
public function version(): string {
27-
return '1.1.0';
27+
return '1.2.0';
2828
}
2929

3030
public function name(): string {

0 commit comments

Comments
 (0)