Skip to content

Commit 38779e8

Browse files
author
Chad Killingsworth
committed
Bump all the version number properly
1 parent 7ec9ab6 commit 38779e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This library uses geolocation to add a marker and accuracy circle to a map. The
55
## Obtaining the Library
66

77
### Direct download
8-
Download the [latest release files](https://github.com/ChadKillingsworth/geolocation-marker/releases/tag/v2.0.0) directly.
8+
Download the [latest release files](https://github.com/ChadKillingsworth/geolocation-marker/releases/tag/v2.0.2) directly.
99

1010
### npm
1111
This library is published on [npm](https://www.npmjs.com/package/geolocation-marker):
@@ -15,7 +15,7 @@ This library is published on [npm](https://www.npmjs.com/package/geolocation-mar
1515
### Bower
1616
This repo no longer contains the compiled source files. To install the library using bower, use the release distributable url:
1717

18-
bower install https://github.com/ChadKillingsworth/geolocation-marker/releases/download/v2.0.0/geolocation-marker.tgz
18+
bower install https://github.com/ChadKillingsworth/geolocation-marker/releases/download/v2.0.2/geolocation-marker.tgz
1919

2020
## Example Usage
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "geolocation-marker",
33
"description": "A library for adding a marker which tracks a user's location for use with the Google Maps JavaScript API v3.",
44
"author": "Chad Killingsworth <[email protected]",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"keywords": [
77
"Google Maps",
88
"Geolocation",

0 commit comments

Comments
 (0)