Skip to content

Commit

Permalink
Merge pull request #41 from avegera/40-release-030-library-version-in…
Browse files Browse the repository at this point in the history
…-maven-central

#40 - Released 0.3.0 version of library
  • Loading branch information
avegera authored Mar 3, 2024
2 parents d81b00d + d725a6d commit 8b7b723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Maven::
<dependency>
<groupId>io.github.avegera</groupId>
<artifactId>stream-utils</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
----
Gradle::
+
[source,groovy]
----
implementation 'io.github.avegera:stream-utils:0.2.0'
implementation 'io.github.avegera:stream-utils:0.3.0'
----
====

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.avegera</groupId>
<artifactId>stream-utils</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 8b7b723

Please sign in to comment.