Skip to content

Commit 7e49b7b

Browse files
committed
Version 1.8.2
1 parent 04e4d8a commit 7e49b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
1717
<dependency>
1818
<groupId>com.github.peteroupc</groupId>
1919
<artifactId>numbers</artifactId>
20-
<version>1.8.1</version>
20+
<version>1.8.2</version>
2121
</dependency>
2222
```
2323

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>1.8.1</version>
7+
<version>1.8.2</version>
88
<name>Arbitrary-Precision Number Library</name>
99
<description>A Java library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.</description>
1010
<url>https://github.com/peteroupc/Numbers-Java</url>

0 commit comments

Comments
 (0)