Skip to content

Commit

Permalink
Merge pull request #63 from bretkikehara/1.1.x
Browse files Browse the repository at this point in the history
Update dist 1.1.x
  • Loading branch information
doshprompt committed Sep 16, 2015
2 parents 6969c88 + 8e94039 commit 1f463d8
Show file tree
Hide file tree
Showing 11 changed files with 435 additions and 9 deletions.
411 changes: 411 additions & 0 deletions angular-localization.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions angular-localization.min.js

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

Binary file added angular-localization.min.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions angular-localization.min.map

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-localization",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "https://github.com/doshprompt/angular-localization",
"description": "angularjs localization done right",
"main": "angular-localization.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-localization.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* angular-localization :: v1.1.4 :: 2015-02-26
* angular-localization :: v1.1.5 :: 2015-09-10
* web: https://github.com/doshprompt/angular-localization
*
* Copyright (c) 2015 | Rahul Doshi
Expand Down Expand Up @@ -407,5 +407,5 @@ angular.module('ngLocalize.InstalledLanguages', [])
'en': 'en-US'
});
angular.module('ngLocalize.Version', [])
.constant('localeVer', '1.1.4');
.constant('localeVer', '1.1.5');
})(window.angular, window, document);
Loading

0 comments on commit 1f463d8

Please sign in to comment.