Skip to content

Commit 1e189f3

Browse files
Merge pull request #122 from lmsqueezy/pre-release
Preparing release
2 parents 836edac + 474191b commit 1e189f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"lemon squeezy",
77
"billing"
88
],
9+
"version": "1.8.2",
910
"license": "MIT",
1011
"support": {
1112
"issues": "https://github.com/lmsqueezy/laravel/issues",

src/LemonSqueezy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class LemonSqueezy
1616
{
17-
public const VERSION = '1.6.2';
17+
public const VERSION = '1.8.2';
1818

1919
public const API = 'https://api.lemonsqueezy.com/v1';
2020

0 commit comments

Comments
 (0)