Skip to content

Commit

Permalink
6.1.0-RC3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraczewski committed Apr 20, 2018
1 parent b2af942 commit 8393a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
auth-ui:
image: openlmis/dev-ui:7.0.0-SNAPSHOT
image: openlmis/dev-ui:7.0.0-RC1
ports:
- "9000:9000"
- "9876:9876"
Expand All @@ -14,7 +14,7 @@ services:
depends_on:
- ui-components
ui-components:
image: openlmis/ui-components:5.3.0-SNAPSHOT
image: openlmis/ui-components:5.3.0-RC3
volumes:
- '/openlmis-ui-components'
image:
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=6.1.0-SNAPSHOT
version=6.1.0-RC3
projectName=OpenLMIS Auth UI
projectKey=auth-ui
transifexProject=openlmis-auth-ui

0 comments on commit 8393a2f

Please sign in to comment.