Skip to content

Commit

Permalink
Change version to 0.1.2
Browse files Browse the repository at this point in the history
Add Changelog entry.
Fix 0.1.1 Release date.
  • Loading branch information
TheGreatRefrigerator committed Feb 13, 2018
1 parent 8c54a64 commit 450475f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2017-10-12
## [0.1.2] - 2018-02-13

### Fixed
- Pass empty options object to route request (https://github.com/GIScience/openrouteservice-app/issues/180)

## [0.1.1] - 2018-02-07

### Added
- Build instructions
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openrouteservice.org",
"description": "angular version of openrouteservice.org",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "http://www.uni-heidelberg.de",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps.openrouteservice.org",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"start": "npm run lite",
"lite": "lite-server"
Expand Down

0 comments on commit 450475f

Please sign in to comment.