Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cologne committed Feb 6, 2021
1 parent 1902593 commit 8de14d5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/CryptoClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/CryptoStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/CurlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/ConfigException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/CryptoClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/CryptoStatusException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/CurlClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/EnvException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/TwitterClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/TwitterClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.9.0-beta
* @version v0.9.1-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down

0 comments on commit 8de14d5

Please sign in to comment.