diff --git a/.semver b/.semver index 2e18275a..39db6b64 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- :major: 1 :minor: 1 -:patch: 0 +:patch: 1 :special: '' diff --git a/README.markdown b/README.markdown index 4bf0276b..d916f811 100644 --- a/README.markdown +++ b/README.markdown @@ -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" } } ```