Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jul 29, 2014
1 parent bed48ba commit 3214271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 1
:minor: 1
:patch: 0
:patch: 1
:special: ''
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Media Plugin is too complicated, and it was a PITA to merge the latest updates i

_[Using [Composer](http://getcomposer.org/)]_

[View on Packagist](https://packagist.org/packages/josegonzalez/cakephp-upload), and copy the json snippet for the latest version into your project's `composer.json`. Eg, v. 1.1.0 would look like this:
[View on Packagist](https://packagist.org/packages/josegonzalez/cakephp-upload), and copy the json snippet for the latest version into your project's `composer.json`. Eg, v. 1.1.1 would look like this:

```javascript
{
"require": {
"josegonzalez/cakephp-upload": "1.1.0"
"josegonzalez/cakephp-upload": "1.1.1"
}
}
```
Expand Down

0 comments on commit 3214271

Please sign in to comment.