Skip to content

Commit 1348ad6

Browse files
committed
Update version to 1.1
1 parent 1f9cc35 commit 1348ad6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ System.out.println(mathParser.parse(equation));
6666
Gradle:
6767
```gradle
6868
dependencies {
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)