Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdezonia committed Nov 14, 2022
1 parent 3a2a80f commit 28f9a6b
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.9</version>
<version>2.0.0</version>
</dependency>

How to include zorbage in a different build system

See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.9/jar
See https://search.maven.org/artifact/io.github.bdezonia/zorbage/2.0.0/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.9</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Zorbage</name>
<description>Algebraic data types and algorithms for use in numeric processing</description>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>big-math</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 28f9a6b

Please sign in to comment.