Skip to content

Commit

Permalink
Prepare release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnyasse committed Sep 23, 2016
1 parent d622d66 commit 5fe2adf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- DOCKER_COMPOSE_VERSION=1.8.0

# LED build version - also used to tag github repo and docker hub image
- VERSION=0.4.0-SNAPSHOT
- VERSION=0.4.0

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LED wants to keep everything as simple as possible. **But it is in very early st

The following picture shows you a quick look of a running LED instance.

![](doc/current_5.png?raw=true)
![](doc/current_v0.4.png?raw=true)

LED is designed for microservice architecture builds with [docker](https://www.docker.com/).

Expand Down
Binary file removed doc/current_5.png
Binary file not shown.
Binary file added doc/current_v0.4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions integ/dev/led.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:

# Basic LED
led:
#image: bwnyasse/led
build:
context: ../../images/led
image: bwnyasse/led
# build:
# context: ../../images/led
container_name: led
ports:
- 24224:24224
Expand Down

0 comments on commit 5fe2adf

Please sign in to comment.