Skip to content

Commit 3214271

Browse files
committed
Release 1.1.1
1 parent bed48ba commit 3214271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
33
:minor: 1
4-
:patch: 0
4+
:patch: 1
55
:special: ''

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Media Plugin is too complicated, and it was a PITA to merge the latest updates i
1919

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

22-
[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:
22+
[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:
2323

2424
```javascript
2525
{
2626
"require": {
27-
"josegonzalez/cakephp-upload": "1.1.0"
27+
"josegonzalez/cakephp-upload": "1.1.1"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)