Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hteppl committed Feb 9, 2023
1 parent 6ece3e1 commit 876194c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ enough. Also, you can configure some default database settings in `config.yml`.
<dependency>
<groupId>com.github.hteppl</groupId>
<artifactId>DataManager</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</dependency>
```

Expand All @@ -61,7 +61,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.hteppl:DataManager:2.0.6-SNAPSHOT'
implementation 'com.github.hteppl:DataManager:2.1.0-SNAPSHOT'
}
```

Expand Down

0 comments on commit 876194c

Please sign in to comment.