mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
PGPainless-0.2.9
This commit is contained in:
parent
4a8cf30ed5
commit
3d29121e1f
1 changed files with 2 additions and 2 deletions
4
index.md
4
index.md
|
@ -54,7 +54,7 @@ Maven:
|
|||
<dependency>
|
||||
<groupId>org.pgpainless</groupId>
|
||||
<artifactId>pgpainless-core</artifactId>
|
||||
<version>0.2.8</version>
|
||||
<version>0.2.9</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -65,7 +65,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.pgpainless:pgpainless-core:0.2.0'
|
||||
compile 'org.pgpainless:pgpainless-core:0.2.9'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue