We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 836edac + 474191b commit 1e189f3Copy full SHA for 1e189f3
composer.json
@@ -6,6 +6,7 @@
6
"lemon squeezy",
7
"billing"
8
],
9
+ "version": "1.8.2",
10
"license": "MIT",
11
"support": {
12
"issues": "https://github.com/lmsqueezy/laravel/issues",
src/LemonSqueezy.php
@@ -14,7 +14,7 @@
14
15
class LemonSqueezy
16
{
17
- public const VERSION = '1.6.2';
+ public const VERSION = '1.8.2';
18
19
public const API = 'https://api.lemonsqueezy.com/v1';
20
0 commit comments