Skip to content

Commit 1b2f873

Browse files
committed
Release 1.6.0
1 parent c006ce8 commit 1b2f873

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
@@ -233,12 +233,12 @@ How to include zorbage in your Maven project
233233
<dependency>
234234
<groupId>io.github.bdezonia</groupId>
235235
<artifactId>zorbage</artifactId>
236-
<version>1.5.0</version>
236+
<version>1.6.0</version>
237237
</dependency>
238238

239239
How to include zorbage in a different build system
240240

241-
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.5.0/jar
241+
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.6.0/jar
242242
for instructions on how to reference zorbage in build systems such as
243243
Gradle or others.
244244

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>1.6.0-SNAPSHOT</version>
9+
<version>1.6.0</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)