Skip to content

Commit f8ccfd1

Browse files
committed
Version 1.0
1 parent bbb4817 commit f8ccfd1

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
@@ -19,7 +19,7 @@ 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.5.0</version>
22+
<version>1.0.0</version>
2323
</dependency>
2424
```
2525

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.5.0</version>
7+
<version>1.0.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)