Skip to content

Commit

Permalink
Release 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bdezonia committed Aug 16, 2021
1 parent bc55c52 commit c0bdfe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ How to include zorbage in your Maven project
<dependency>
<groupId>io.github.bdezonia</groupId>
<artifactId>zorbage</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
</dependency>

How to include zorbage in a different build system

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

Expand Down
4 changes: 2 additions & 2 deletions 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.6-SNAPSHOT</version>
<version>1.9.6</version>
<packaging>jar</packaging>
<name>Zorbage</name>
<description>Algebraic data types and algorithms for use in numeric processing</description>
Expand Down Expand Up @@ -34,7 +34,7 @@

<properties>
<package-name>nom.bdezonia</package-name>
<license.licenseName>bsd_2</license.licenseName>
<license.licenseName>bsd_3</license.licenseName>
<license.projectName>Zorbage: an algebraic data hierarchy for use in numeric processing.</license.projectName>
<license.organizationName>Zorbage authors</license.organizationName>
<license.copyrightOwners>Barry DeZonia</license.copyrightOwners>
Expand Down

0 comments on commit c0bdfe6

Please sign in to comment.