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 118b74b commit 2bfd4cb
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple Twitter bot application which posts hourly status updates for the top 1
Twitter Account: [@status_crypto](https://twitter.com/status_crypto)

## Dependencies
- [PHP](http://php.net/) (version 7.1 or higher)
- [PHP](http://php.net/) (version 7.4 or higher)
- [Codebird Twitter API library](https://github.com/jublonet/codebird-php) (version ^3.1)

## Contributing and Support
Expand Down
6 changes: 3 additions & 3 deletions app/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/CryptoClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/CryptoStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/CurlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/ConfigException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/CryptoClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/CryptoStatusException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/CurlClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/EnvException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/Exceptions/TwitterClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/classes/TwitterClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
6 changes: 3 additions & 3 deletions app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* A simple Twitter bot application which posts hourly status updates for the top 10 cryptocurrencies.
*
* PHP version >= 7.1
* PHP version >= 7.4
*
* LICENSE: MIT, see LICENSE file for more information
*
* @author JR Cologne <[email protected]>
* @copyright 2019 JR Cologne
* @copyright 2021 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.8.3-beta
* @version v0.9.0-beta
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down

0 comments on commit 2bfd4cb

Please sign in to comment.