Skip to content

Commit 3db66a3

Browse files
committed
Release 1.0.2
1 parent 9fd9a90 commit 3db66a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
environment:
3535
POSTGRES_PASSWORD: admin
3636
CRB_PASSWORD:
37-
image: mcadecio/universal-database-proxy-rest:1.0.1
37+
image: mcadecio/universal-database-proxy-rest:1.0.2
3838
depends_on:
3939
postgres:
4040
condition: service_healthy

readme.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, it supports the following databases:
1414
```shell
1515
mvn clean package
1616
cd universal-database-proxy-rest
17-
java -jar -Dproject.config=cfg/config.json target/universal-database-proxy-rest-1.0.1-fat.jar
17+
java -jar -Dproject.config=cfg/config.json target/universal-database-proxy-rest-1.0.2-fat.jar
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)