Skip to content

Commit

Permalink
Release v1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Dec 9, 2013
1 parent 1eb55ed commit 3175034
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 @@ -98,6 +98,9 @@ File.open("signature.png", "wb") { |f| f.write(decoded_image) }
```

## Changelog
### 1.3.0
* Add `onBegin` and `onEnd` callbacks. [rogerz](https://github.com/rogerz)

### 1.2.4
* Fix bug where stroke becomes very thin. [mvirkkunen](https://github.com/mvirkkunen)

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.2.4",
"version": "1.3.0",
"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
@@ -1,5 +1,5 @@
/*!
* Signature Pad v1.2.4
* Signature Pad v1.3.0
* https://github.com/szimek/signature_pad
*
* Copyright 2013 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 3175034

Please sign in to comment.