Skip to content

Commit

Permalink
Release 0.2.0 (#23)
Browse files Browse the repository at this point in the history
* Release 0.2.0

* Rev to 0.3.0-SNAPSHOT
  • Loading branch information
tginsberg authored Aug 22, 2024
1 parent dc0bbdc commit 7491578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following dependency to `pom.xml`.
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>gatherers4j</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand All @@ -24,7 +24,7 @@ Add the following dependency to `pom.xml`.
Add the following dependency to `build.gradle` or `build.gradle.kts`

```groovy
implementation("com.ginsberg:gatherers4j:0.1.0")
implementation("com.ginsberg:gatherers4j:0.2.0")
```

# Gatherers In This Library
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-SNAPSHOT
0.3.0-SNAPSHOT

0 comments on commit 7491578

Please sign in to comment.