We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fd90d commit e8a94b0Copy full SHA for e8a94b0
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.fross</groupId>
5
<artifactId>rpncalc</artifactId>
6
- <version>5.3.5</version>
+ <version>5.3.6</version>
7
<packaging>jar</packaging>
8
9
<name>rpncalc</name>
@@ -287,7 +287,7 @@
287
<dependency>
288
<groupId>org.jline</groupId>
289
<artifactId>jline</artifactId>
290
- <version>3.27.1</version>
+ <version>3.28.0</version>
291
</dependency>
292
293
</dependencies>
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: rpncalc
2
-version: '5.3.5'
+version: '5.3.6'
summary: The command line Reverse Polish Notation (RPN) calculator
description: |
RPNCalc is an easy to use command line based Reverse Polish
0 commit comments