diff --git a/docker-compose.yml b/docker-compose.yml index ca70a24..0f56198 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,15 +20,15 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.12-RC1 + image: openlmis/auth-ui:6.2.12 volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.12-RC1 + image: openlmis/referencedata-ui:5.6.12 volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.11-RC1 + image: openlmis/ui-components:7.2.11 volumes: - '/openlmis-ui-components' ui-layout: diff --git a/project.properties b/project.properties index 87252c4..a8c849d 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=1.1.5-RC1 +version=1.1.5 projectName=OpenLMIS CCE UI projectKey=cce-ui transifexProject=openlmis-cce-ui