Skip to content

Commit 807a871

Browse files
committed
Release 0.2.9
1 parent c6457f2 commit 807a871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ How to include zorbage in your Maven project
122122
<dependency>
123123
<groupId>io.github.bdezonia</groupId>
124124
<artifactId>zorbage</artifactId>
125-
<version>0.2.8</version>
125+
<version>0.2.9</version>
126126
</dependency>
127127

128128
How to include zorbage in a different build system
129129

130-
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/0.2.8/jar
130+
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/0.2.9/jar
131131
for instructions on how to reference zorbage in build systems such as
132132
Gradle or others.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.github.bdezonia</groupId>
88
<artifactId>zorbage</artifactId>
9-
<version>0.2.9-SNAPSHOT</version>
9+
<version>0.2.9</version>
1010
<packaging>jar</packaging>
1111
<name>Zorbage</name>
1212
<description>Algebraic data types and algorithms for use in numeric processing</description>

0 commit comments

Comments
 (0)