Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasvaz committed Nov 23, 2014
1 parent cd5bbdc commit bdfc43b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.2 (2014-11-23)
### Bug Fixes
- **Angular 1.3 compatibility**

# 0.3.1 (2014-02-12)
### Features
- **bo-bind:**
Expand Down
2 changes: 1 addition & 1 deletion bindonce.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"use strict";
/**
* Bindonce - Zero watches binding for AngularJs
* @version v0.3.1
* @version v0.3.2
* @link https://github.com/Pasvaz/bindonce
* @author Pasquale Vazzana <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-bindonce",
"version": "0.3.1",
"version": "0.3.2",
"main": "bindonce.js",
"description": "Zero watchers binding directives for AngularJS",
"homepage": "https://github.com/Pasvaz/bindonce",
Expand Down

0 comments on commit bdfc43b

Please sign in to comment.