Skip to content

Commit

Permalink
Merge pull request #64 from bretkikehara/1.2.x
Browse files Browse the repository at this point in the history
Update dist 1.2.x
  • Loading branch information
doshprompt committed Sep 17, 2015
2 parents df7fb25 + 98fbc1c commit f49deda
Show file tree
Hide file tree
Showing 11 changed files with 433 additions and 9 deletions.
409 changes: 409 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.2.2",
"version": "1.2.3",
"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.2.1 :: 2015-04-17
* angular-localization :: v1.2.3 :: 2015-09-10
* web: https://github.com/doshprompt/angular-localization
*
* Copyright (c) 2015 | Rahul Doshi
Expand Down Expand Up @@ -405,5 +405,5 @@ angular.module('ngLocalize.InstalledLanguages', [])
'en': 'en-US'
});
angular.module('ngLocalize.Version', [])
.constant('localeVer', '1.2.1');
.constant('localeVer', '1.2.3');
})(window.angular, window, document);
Loading

0 comments on commit f49deda

Please sign in to comment.