Skip to content

Commit

Permalink
Bump version to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Oct 14, 2013
1 parent 5353232 commit 1ed051e
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 @@ -53,6 +53,9 @@ File.open("signature.png", "wb") { |f| f.write(decoded_image) }
```

## Changelog
### 1.2.2
* Make `SignaturePad#isEmpty` return false after loading an image using `SignaturePad#fromDataURL`. [krisivanov](https://github.com/krisivanov)

### 1.2.1
* Fixed `SignaturePad#clear()`.

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.1",
"version": "1.2.2",
"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.1
* Signature Pad v1.2.2
* 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 1ed051e

Please sign in to comment.