Skip to content

Commit 7f13e03

Browse files
committed
Release 2.0.2
1 parent cc698a0 commit 7f13e03

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-maps",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "./dist/angular-google-maps.js",
55
"dependencies": {
66
"angular": ">=1.2.0",

dist/angular-google-maps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.0.1 2014-10-21
1+
/*! angular-google-maps 2.0.2 2014-10-21
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/
@@ -6786,7 +6786,7 @@ angular.module('google-maps.wrapped'.ns()).service('GoogleMapsUtilV3'.ns(), func
67866786
return {
67876787
init: _.once(function () {
67886788
//BEGIN REPLACE
6789-
/*! angular-google-maps 2.0.1 2014-10-21
6789+
/*! angular-google-maps 2.0.2 2014-10-21
67906790
* AngularJS directives for Google Maps
67916791
* git: https://github.com/angular-ui/angular-google-maps.git
67926792
*/

dist/angular-google-maps.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-maps",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "AngularJS directives for Google Maps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)