Skip to content

Commit

Permalink
Bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
houli committed Mar 19, 2017
1 parent 205e6d6 commit afc1eee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maximum conveniece - the ability to click links for example.*
This file contains instructions on how to install and run the project, as well
as an overview of the project's design. The target platform is Ubuntu 16.04.

At the time of writing the current release is `1.0`
At the time of writing the current release is `1.1`

## Installing Dependencies

Expand Down
5 changes: 3 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [1.1] 2017-03-19

### Added
- Added support for PML TX file downloads. Valid pml files uploaded to the
Expand Down Expand Up @@ -120,7 +120,8 @@ All notable changes to this project will be documented in this file.
docker service: pathways.
- Installation instructions in README

[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.0...iteration1-2
[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.1...iteration-6
[1.1]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.0...1.1
[1.0]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.3...1.0
[0.3]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.2...0.3
[0.2]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.1...0.2
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
asclepius:
depends_on:
- chiron
image: tomtoothfairies/asclepius:1.0
image: tomtoothfairies/asclepius:1.1

panacea:
depends_on:
- asclepius
image: tomtoothfairies/panacea:1.0
image: tomtoothfairies/panacea:1.1
ports:
- '4000:4000'

chiron:
image: tomtoothfairies/chiron:1.0
image: tomtoothfairies/chiron:1.1

0 comments on commit afc1eee

Please sign in to comment.