Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Feb 3, 2016
1 parent b7ac235 commit 0586e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -19,12 +19,10 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
<dependency>
<groupId>com.github.peteroupc</groupId>
<artifactId>numbers</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

(Use `0.2.0-SNAPSHOT` instead of `0.1.0` to get a more recent version for testing and feedback.)

In other Java-based environments, the library can be referred to by its
group ID (`com.github.peteroupc`), artifact ID (`numbers`), and version, as given above.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.peteroupc</groupId>
<artifactId>numbers</artifactId>
<packaging>jar</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Numbers</name>
<description>
A Java implementation that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.
Expand Down

0 comments on commit 0586e6e

Please sign in to comment.