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

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrosi committed Jan 9, 2015
1 parent 881c14e commit c7c058d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc-angular-recaptcha",
"version": "2.1.0",
"version": "2.1.1",
"keywords": ["angular", "captcha", "recaptcha", "vividcortex", "human", "form", "validation", "signup", "security", "login"],
"main": "release/angular-recaptcha.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-recaptcha",
"version": "2.1.0",
"version": "2.1.1",
"description": "An AngularJS module to ease usage of reCaptcha inside a form",
"author": "VividCortex",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions release/angular-recaptcha.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* angular-recaptcha build:2015-01-08
* angular-recaptcha build:2015-01-09
* https://github.com/vividcortex/angular-recaptcha
* Copyright (c) 2015 VividCortex
**/
Expand Down Expand Up @@ -119,7 +119,7 @@
scope: {
response: '=?ngModel',
key: '=',
theme: '?=',
theme: '=?',
onCreate: '&',
onSuccess: '&',
onExpire: '&'
Expand Down
4 changes: 2 additions & 2 deletions release/angular-recaptcha.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7c058d

Please sign in to comment.