Skip to content

Commit a2dfbac

Browse files
committed
Release 1.9.4
1 parent d8ed40c commit a2dfbac

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
@@ -273,12 +273,12 @@ How to include zorbage in your Maven project
273273
<dependency>
274274
<groupId>io.github.bdezonia</groupId>
275275
<artifactId>zorbage</artifactId>
276-
<version>1.9.3.1</version>
276+
<version>1.9.4</version>
277277
</dependency>
278278

279279
How to include zorbage in a different build system
280280

281-
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.3.1/jar
281+
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.4/jar
282282
for instructions on how to reference zorbage in build systems such as
283283
Gradle or others.
284284

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.9.4-SNAPSHOT</version>
9+
<version>1.9.4</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)