Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Mar 22, 2015
1 parent 54dbb68 commit adca0a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ file_put_contents( "signature.png",$decoded_image);
```

## Changelog
### 1.3.6
* Fix support for Browserify. [chevett](https://github.com/chevett)

### 1.3.5
* Add support for CommonJS/AMD/UMD.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "signature_pad",
"description": "Library for drawing smooth signatures.",
"version": "1.3.5",
"version": "1.3.6",
"homepage": "https://github.com/szimek/signature_pad",
"author": {
"name": "Szymon Nowak",
Expand Down
2 changes: 1 addition & 1 deletion signature_pad.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

/*!
* Signature Pad v1.3.5
* Signature Pad v1.3.6
* https://github.com/szimek/signature_pad
*
* Copyright 2015 Szymon Nowak
Expand Down
2 changes: 1 addition & 1 deletion signature_pad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adca0a1

Please sign in to comment.