Skip to content

Commit 2dbb58f

Browse files
committed
bump version
1 parent 6d5ab08 commit 2dbb58f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ self.addEventListener("message", function(e) {
6363
CDN access to the minified library is available through the [RawGit CDN](https://rawgit.com/):
6464

6565
```html
66-
<script src="https://cdn.rawgit.com/oliver-moran/jimp/v0.2.26/browser/lib/jimp.min.js"></script>
66+
<script src="https://cdn.rawgit.com/oliver-moran/jimp/v0.2.27/browser/lib/jimp.min.js"></script>
6767
```
6868

6969
## License ##

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jimp",
3-
"version": "0.2.26",
3+
"version": "0.2.27",
44
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)