Skip to content

Commit bdfc43b

Browse files
committed
Release 0.3.2
1 parent cd5bbdc commit bdfc43b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.2 (2014-11-23)
2+
### Bug Fixes
3+
- **Angular 1.3 compatibility**
4+
15
# 0.3.1 (2014-02-12)
26
### Features
37
- **bo-bind:**

bindonce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"use strict";
33
/**
44
* Bindonce - Zero watches binding for AngularJs
5-
* @version v0.3.1
5+
* @version v0.3.2
66
* @link https://github.com/Pasvaz/bindonce
77
* @author Pasquale Vazzana <pasqualevazzana@gmail.com>
88
* @license MIT License, http://www.opensource.org/licenses/MIT

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bindonce",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"main": "bindonce.js",
55
"description": "Zero watchers binding directives for AngularJS",
66
"homepage": "https://github.com/Pasvaz/bindonce",

0 commit comments

Comments
 (0)