Skip to content

Commit

Permalink
Bump version to 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Nov 28, 2013
1 parent 4bc4f2c commit a525a58
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
21 changes: 11 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ module.exports = function(grunt) {
]
},

uglify: {
dist: {
options: {
preserveComments: 'some'
},
files: {
'signature_pad.min.js': ['signature_pad.min.js']
}
}
},
banner: {
dev: {
options: {
Expand Down Expand Up @@ -62,6 +52,17 @@ module.exports = function(grunt) {
'signature_pad.min.js': ['src/signature_pad.js']
}
}
},

uglify: {
dist: {
options: {
preserveComments: 'some'
},
files: {
'signature_pad.min.js': ['signature_pad.min.js']
}
}
}
});

Expand Down
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.4
* Fix bug where stroke becomes very thin. [mvirkkunen](https://github.com/mvirkkunen)

### 1.2.3
* Fix `SignaturePad#fromDataURL` on Firefox. [Fr3nzzy](https://github.com/Fr3nzzy)

Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "signature_pad",
"main": "signature_pad.js",
"version": "1.2.3",
"homepage": "https://github.com/szimek/signature_pad",
"authors": [
"Szymon Nowak <szimek@gmail.com>"
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.3",
"version": "1.2.4",
"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.3
* Signature Pad v1.2.4
* 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 a525a58

Please sign in to comment.