Skip to content

Commit f5df6d3

Browse files
committed
Bump version.
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
1 parent d71778a commit f5df6d3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
1111

1212
---
1313

14+
### v3.0.1 - 2016-04-27
15+
16+
`UPDATED`
17+
18+
- Service provider to add missing value on the provides array.
19+
1420
### v3.0.0 - 2016-01-18
1521

1622
`REVISED`

src/Facades/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Stripe Laravel
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2016, Cartalyst LLC

src/StripeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Stripe Laravel
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2016, Cartalyst LLC

tests/FacadeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Stripe Laravel
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2016, Cartalyst LLC

0 commit comments

Comments
 (0)