Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boxleytw committed Feb 24, 2021
1 parent 019adff commit ad0a1ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ This code builds and passes tests and checks on JDK 11, 13, 14, and 15.
## Releases

* [2.1.1](https://github.com/binkley/kotlin-rational/tree/kotlin-rational-2.1.1)
— (**IN PROGRESS**)
- Smaller footprint for big rational instances
- Java interoperability
- Conversion to `BigDecimal` with number of decimal places and rounding
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>hm.binkley</groupId>
<artifactId>kotlin-rational</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>

<name>kotlin-rational</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

readonly package=hm.binkley.math
readonly artifactId=kotlin-rational
readonly version=2.1.1-SNAPSHOT
readonly version=2.1.1

# No editable parts below here

Expand Down

0 comments on commit ad0a1ea

Please sign in to comment.