Skip to content

Commit

Permalink
Release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raharrison committed Mar 30, 2022
1 parent ac86d8a commit f3e65a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
}

version = "1.2.3"
version = "1.2.4"

sourceSets {
testIntegration {
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
services:
lynks-ui:
image: raharrison/lynks-ui:1.1.3
image: raharrison/lynks-ui:1.1.4
restart: on-failure:5
user: ${CURRENT_UID:-0}:${CURRENT_GUID:-0}
lynks-server:
image: raharrison/lynks-server:1.2.3
image: raharrison/lynks-server:1.2.4
env_file:
- ./config/.env
environment:
Expand Down

0 comments on commit f3e65a1

Please sign in to comment.