Skip to content

Commit 0586e6e

Browse files
committed
Version 0.2.0
1 parent b7ac235 commit 0586e6e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
1919
<dependency>
2020
<groupId>com.github.peteroupc</groupId>
2121
<artifactId>numbers</artifactId>
22-
<version>0.1.0</version>
22+
<version>0.2.0</version>
2323
</dependency>
2424
```
2525

26-
(Use `0.2.0-SNAPSHOT` instead of `0.1.0` to get a more recent version for testing and feedback.)
27-
2826
In other Java-based environments, the library can be referred to by its
2927
group ID (`com.github.peteroupc`), artifact ID (`numbers`), and version, as given above.
3028

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.peteroupc</groupId>
55
<artifactId>numbers</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<name>Numbers</name>
99
<description>
1010
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.

0 commit comments

Comments
 (0)