Skip to content

Commit

Permalink
chore: Version 10.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Mar 2, 2019
1 parent 50ec47d commit 52188fe
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v10.0.0 - TBA
### v10.0.0 - 2019-03-02

`REVISED`

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The BSD 3-Clause License
Copyright (c) 2011-2018, Cartalyst LLC
Copyright (c) 2011-2019, Cartalyst LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Raw files can be found [here](https://github.com/cartalyst/stripe-laravel/tree/d

Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project.

- [10.0](CHANGELOG.md) - TBA
- [10.0](CHANGELOG.md) - 2019-03-02
- [9.0](CHANGELOG.md) - 2018-09-23
- [8.0](CHANGELOG.md) - 2018-02-07
- [7.0](CHANGELOG.md) - 2017-08-30
Expand Down Expand Up @@ -63,4 +63,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o

This software is released under the [BSD 3-Clause](LICENSE) License.

© 2011-2018 Cartalyst LLC, All rights reserved.
© 2011-2019 Cartalyst LLC, All rights reserved.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
"minimum-stability": "stable"
}
2 changes: 1 addition & 1 deletion src/Facades/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @version 10.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
2 changes: 1 addition & 1 deletion src/StripeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @version 10.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/FacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @version 10.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down

0 comments on commit 52188fe

Please sign in to comment.