We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1a727 commit 5cb5ca2Copy full SHA for 5cb5ca2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ziglite",
3
"description": "A Laravel named routes integration for Javascript",
4
- "version": "1.1.0",
+ "version": "1.2.0",
5
"keywords": [
6
"ziglite",
7
"laravel",
src/Services/PackageService.php
@@ -24,7 +24,7 @@ public function __construct() {
24
}
25
26
public function version(): string {
27
- return '1.1.0';
+ return '1.2.0';
28
29
30
public function name(): string {
0 commit comments