Skip to content

Commit

Permalink
First public release
Browse files Browse the repository at this point in the history
  • Loading branch information
levidurfee committed Nov 26, 2016
1 parent 1e51b9f commit 846c3ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can easily keep your log files anywhere since it uses [Flysystem](https://fl
## Installation

The best way to install this package is via composer. You can do it from the command line or
add `"wappr/logger": "0.1.0"` to the required section of your `composer.json`. You can find
add `"wappr/logger": "^1.0"` to the required section of your `composer.json`. You can find
examples for both ways below.

### Composer Command Line
Expand All @@ -24,7 +24,7 @@ composer require wappr/logger
```json
{
"require": {
"wappr/logger": "0.1.0"
"wappr/logger": "^1.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wappr/logger",
"description": "A PSR-3 logger that uses Flysystem.",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"keywords": ["psr", "psr-3", "logger", "wappr", "flysystem", "s3", "aws", "azure", "ftp", "gridfs"],
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author Levi Durfee <levi.durfee@gmail.com>
*
* @version 0.1.0
* @version 1.0.0
*/
class Logger extends AbstractLogger
{
Expand Down

0 comments on commit 846c3ce

Please sign in to comment.