Skip to content

Commit

Permalink
Updated ui-components version to 7.2.12-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikNoga committed Oct 24, 2024
1 parent bf4b7fe commit ba624ab
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:9.0.7-SNAPSHOT
image: openlmis/dev-ui:9.0.7-RC1
ports:
- "9000:9000"
- "9876:9876"
Expand All @@ -14,7 +14,7 @@ services:
depends_on:
- ui-components
ui-components:
image: openlmis/ui-components:7.2.12-SNAPSHOT
image: openlmis/ui-components:7.2.12-RC2
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.2.13-SNAPSHOT
version=6.2.13-RC1
projectName=OpenLMIS Auth UI
projectKey=auth-ui
transifexProject=openlmis-auth-ui

0 comments on commit ba624ab

Please sign in to comment.