Skip to content

Commit 88ab175

Browse files
committed
Fix version's issue
1 parent 2c2cc4a commit 88ab175

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bindonce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* Bindonce - Zero watches binding for AngularJs
4-
* @version v0.2.1 - 2013-05-07
4+
* @version v0.2.2 - 2013-05-07
55
* @link https://github.com/Pasvaz/bindonce
66
* @author Pasquale Vazzana <pasqualevazzana@gmail.com>
77
* @license MIT License, http://www.opensource.org/licenses/MIT

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bindonce",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "bindonce.js",
55
"description": "Zero watchers binding directives for AngularJS",
66
"homepage": "https://github.com/Pasvaz/bindonce",
@@ -16,7 +16,7 @@
1616
"components"
1717
],
1818
"dependencies": {
19-
"angular": "~1.0.6"
19+
"angular": ">=1.0.6"
2020
},
2121
"keywords": [
2222
"angularjs",

0 commit comments

Comments
 (0)