Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-moran committed Aug 2, 2018
1 parent 8405867 commit d64200c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ self.addEventListener('message', function(e) {
CDN access to the minified library is available through the [RawGit CDN](https://rawgit.com/):

```html
<script src="https://cdn.rawgit.com/oliver-moran/jimp/0.3.0/browser/lib/jimp.min.js"></script>
<script src="https://cdn.rawgit.com/oliver-moran/jimp/0.3.1/browser/lib/jimp.min.js"></script>
```

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jimp",
"version": "0.3.0",
"version": "0.3.1",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"main": "./dist/main/jimp.js",
"browser": "./browser/lib/jimp.js",
Expand Down

0 comments on commit d64200c

Please sign in to comment.