Skip to content

Commit

Permalink
update to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subicura committed Oct 25, 2016
1 parent 9edac00 commit 868b33f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# angular-ladda

## 0.4.3
* prevent ladda null reference

## 0.4.2
* fix size caculate error

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ladda",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/remotty/angular-ladda",
"authors": [
"Chungsub Kim <subicura@subicura.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-ladda.js
@@ -1,4 +1,4 @@
/*! angular-ladda 0.4.2 */
/*! angular-ladda 0.4.3 */
/**!
* AngularJS Ladda directive
* @author Chungsub Kim <subicura@subicura.com>
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-ladda.min.js

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-ladda",
"version": "0.4.2",
"version": "0.4.3",
"main": "dist/angular-ladda.js",
"files": [
"dist",
Expand Down

0 comments on commit 868b33f

Please sign in to comment.