Skip to content

Commit

Permalink
Fixed convertUnit issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
mbieh committed Jun 10, 2015
1 parent c6c1879 commit e6e56f0
Show file tree
Hide file tree
Showing 9 changed files with 1,127 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Geolib v2.0.16
# Geolib v2.0.17
[![Build Status](https://secure.travis-ci.org/manuelbieh/Geolib.png?branch=master)](http://travis-ci.org/manuelbieh/Geolib)

Library to provide basic geospatial operations like distance calculation, conversion of decimal coordinates to sexagesimal and vice versa, etc.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "Geolib",
"main": "dist/geolib.js",
"version": "2.0.16",
"version": "2.0.17",
"homepage": "https://github.com/manuelbieh/Geolib",
"authors": [
"Manuel Bieh <github@manuelbieh.de>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -47,6 +47,6 @@
"scripts": {
"test": "grunt travis --verbose"
},
"version": "2.0.16",
"version": "2.0.17",
"main": "dist/geolib.js"
}
4 changes: 2 additions & 2 deletions dist/geolib.elevation.js
@@ -1,10 +1,10 @@
/*! geolib.elevation 2.0.16 by Manuel Bieh
/*! geolib.elevation 2.0.17 by Manuel Bieh
*
* Elevation Addon for Geolib.js
*
* @author Manuel Bieh
* @url http://www.manuelbieh.com/
* @version 2.0.16
* @version 2.0.17
* @license MIT
*/
;(function(global, geolib, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/geolib.elevation.min.js

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

0 comments on commit e6e56f0

Please sign in to comment.