Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Commit c7c058d

Browse files
committed
[release]
1 parent 881c14e commit c7c058d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vc-angular-recaptcha",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"keywords": ["angular", "captcha", "recaptcha", "vividcortex", "human", "form", "validation", "signup", "security", "login"],
55
"main": "release/angular-recaptcha.js",
66
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-recaptcha",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An AngularJS module to ease usage of reCaptcha inside a form",
55
"author": "VividCortex",
66
"license": "MIT",

release/angular-recaptcha.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* angular-recaptcha build:2015-01-08
2+
* angular-recaptcha build:2015-01-09
33
* https://github.com/vividcortex/angular-recaptcha
44
* Copyright (c) 2015 VividCortex
55
**/
@@ -119,7 +119,7 @@
119119
scope: {
120120
response: '=?ngModel',
121121
key: '=',
122-
theme: '?=',
122+
theme: '=?',
123123
onCreate: '&',
124124
onSuccess: '&',
125125
onExpire: '&'

release/angular-recaptcha.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)