Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Articdive committed Jul 12, 2023
1 parent c131481 commit 0ac1826
Show file tree
Hide file tree
Showing 3 changed files with 10,903 additions and 1,707 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Adding to a Maven Project:
<dependency>
<groupId>de.articdive</groupId>
<artifactId>articdata</artifactId>
<version>1.20.1-d451cb01</version>
<version>1.20.1-77b86bc4</version>
</dependency>
</dependencies>
```
Expand All @@ -69,7 +69,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("de.articdive:articdata:1.20.1-d451cb01")
implementation("de.articdive:articdata:1.20.1-77b86bc4")
}
```

Expand Down
Loading

0 comments on commit 0ac1826

Please sign in to comment.