Skip to content

Commit

Permalink
-v 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roliod committed Jun 2, 2018
1 parent 133fa35 commit 996e519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _You are not obliged to move the `composer.phar` file to your `/usr/local/bin`,
Add the following to your require block in `composer.json` config

```json
"roduberu/codeigniter-asset-versioning": "^1.0.0"
"roduberu/codeigniter-asset-versioning": "~1.0.0"
```

__If your new to composer and have no clue what I'm talking about__
Expand All @@ -25,7 +25,7 @@ Just create a file named `composer.json` in your document root:
```json
{
"require": {
"roduberu/codeigniter-asset-versioning": "^1.0.0"
"roduberu/codeigniter-asset-versioning": "~1.0.0"
}
}
```
Expand Down

0 comments on commit 996e519

Please sign in to comment.