Skip to content

Commit

Permalink
Merge pull request #63 from bartlomiej-gora/feature/refactor
Browse files Browse the repository at this point in the history
refactor: fixed old calculator to use double
  • Loading branch information
bartgora authored Jul 19, 2017
2 parents 574c6c9 + fe81503 commit 7b8b803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Maven:
Changelog:
====

### Version 3.2.2:

- Changed internal calculation form BigDecimal to Double in DefaultCalculator implementation

### Version 3.2.1:

- Fixed bug in divide operator, that caused:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.bartlomiej-gora</groupId>
<artifactId>RPNLibrary</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<packaging>jar</packaging>

<distributionManagement>
Expand Down

0 comments on commit 7b8b803

Please sign in to comment.