Skip to content

Commit 0f9a1de

Browse files
committed
Merge branch 'release/1.0.2' into develop
2 parents ea4a52b + e80a37b commit 0f9a1de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= unreleased
1+
= 1.0.2
22
* Fix bug with 1 or 0 in expiry formatting
33
* Fix strange behavior with cursor position on 'change' events
44
* Fix FF bug navigating CVC field with arrows

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "payform",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/payform.js"
55
}

dist/payform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
URL: https://github.com/jondavidjohn/payform
66
Author: Jonathan D. Johnson <me@jondavidjohn.com>
77
License: MIT
8-
Version: 1.0.1
8+
Version: 1.0.2
99
*/
1010

1111
(function() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payform",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A general purpose library for building credit card forms, validating inputs, and formatting numbers.",
55
"keywords": [
66
"payment",

src/payform.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
URL: https://github.com/jondavidjohn/payform
55
Author: Jonathan D. Johnson <me@jondavidjohn.com>
66
License: MIT
7-
Version: 1.0.1
7+
Version: 1.0.2
88
###
99
((name, definition) ->
1010
if module?

0 commit comments

Comments
 (0)