1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-16 17:32:06 +01:00

PGPainless-0.2.13

This commit is contained in:
Paul Schaub 2021-09-15 17:29:24 +02:00
parent 52901f4ef7
commit a006cb5ec5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -54,7 +54,7 @@ Maven:
<dependency> <dependency>
<groupId>org.pgpainless</groupId> <groupId>org.pgpainless</groupId>
<artifactId>pgpainless-core</artifactId> <artifactId>pgpainless-core</artifactId>
<version>0.2.10</version> <version>0.2.13</version>
</dependency> </dependency>
``` ```
@ -65,7 +65,7 @@ repositories {
} }
dependencies { dependencies {
compile 'org.pgpainless:pgpainless-core:0.2.10' compile 'org.pgpainless:pgpainless-core:0.2.13'
} }
``` ```