1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

PGPainless 1.0.1

This commit is contained in:
Paul Schaub 2022-01-15 01:02:59 +01:00
parent b58bdf8ff1
commit d264982388
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 5 additions and 2 deletions

View file

@ -178,7 +178,7 @@ repositories {
}
dependencies {
implementation 'org.pgpainless:pgpainless-core:1.0.0'
implementation 'org.pgpainless:pgpainless-core:1.0.1'
}
```