Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelana committed Jan 11, 2018
1 parent d9fc006 commit eaf7b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ echo ByteUnits\Binary::kilobytes(1)->remove('1KiB')->format(); // outputs 24B
```json
{
"require": {
"gabrielelana/byte-units": "*"
"gabrielelana/byte-units": "^0.5"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gabrielelana/byte-units",
"description": "Library to parse, format and convert byte units",
"type": "library",
"version": "0.4.0",
"version": "0.5.0",
"keywords": ["byte", "units", "format", "parse", "convert", "size"],
"homepage": "https://github.com/gabrielelana/byte-units",
"license": "MIT",
Expand Down

0 comments on commit eaf7b99

Please sign in to comment.