Skip to content

Commit

Permalink
Release 1.9.3.1
Browse files Browse the repository at this point in the history
This is primarily a bugfix release
  • Loading branch information
bdezonia committed Jul 5, 2021
1 parent 8236b29 commit 8040e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@ How to include zorbage in your Maven project
<dependency>
<groupId>io.github.bdezonia</groupId>
<artifactId>zorbage</artifactId>
<version>1.9.3</version>
<version>1.9.3.1</version>
</dependency>

How to include zorbage in a different build system

See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.3/jar
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.3.1/jar
for instructions on how to reference zorbage in build systems such as
Gradle or others.

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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bdezonia</groupId>
<artifactId>zorbage</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.9.3.1</version>
<packaging>jar</packaging>
<name>Zorbage</name>
<description>Algebraic data types and algorithms for use in numeric processing</description>
Expand Down

0 comments on commit 8040e7f

Please sign in to comment.