File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ System.out.println(mathParser.parse(equation));
6666Gradle:
6767``` gradle
6868dependencies {
69- implementation 'de.sematre.mathparser:MathParser:1.0 '
69+ implementation 'de.sematre.mathparser:MathParser:1.1 '
7070}
7171```
7272
@@ -75,11 +75,13 @@ Maven:
7575<dependency >
7676 <groupId >de.sematre.mathparser</groupId >
7777 <artifactId >MathParser</artifactId >
78- <version >1.0 </version >
78+ <version >1.1 </version >
7979</dependency >
8080```
8181
8282## Release History
83+ * 1.1
84+ * Code cleanup
8385* 1.0
8486 * Initial version
8587
Original file line number Diff line number Diff line change 55
66 <groupId >de.sematre.mathparser</groupId >
77 <artifactId >MathParser</artifactId >
8- <version >1.0 </version >
8+ <version >1.1 </version >
99
1010 <name >MathParser</name >
1111 <description >A simple equation parser for Java</description >
You can’t perform that action at this time.
0 commit comments