Skip to content

Commit 701588e

Browse files
prepares release 3.1.0 (#409)
1 parent 5fd377c commit 701588e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To include it in your Maven project, add the dependency to your pom. For example
5757
<dependency>
5858
<groupId>com.ezylang</groupId>
5959
<artifactId>EvalEx</artifactId>
60-
<version>3.0.5</version>
60+
<version>3.1.0</version>
6161
</dependency>
6262
</dependencies>
6363
```
@@ -68,7 +68,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:
6868

6969
```gradle
7070
dependencies {
71-
compile 'com.ezylang:EvalEx:3.0.5'
71+
compile 'com.ezylang:EvalEx:3.1.0'
7272
}
7373
```
7474

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To include it in your Maven project, add the dependency to your pom. For example
5151
<dependency>
5252
<groupId>com.ezylang</groupId>
5353
<artifactId>EvalEx</artifactId>
54-
<version>3.0.5</version>
54+
<version>3.1.0</version>
5555
</dependency>
5656
</dependencies>
5757
```
@@ -62,7 +62,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:
6262

6363
```gradle
6464
dependencies {
65-
compile 'com.ezylang:EvalEx:3.0.5'
65+
compile 'com.ezylang:EvalEx:3.1.0'
6666
}
6767
```
6868

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ezylang</groupId>
77
<artifactId>EvalEx</artifactId>
8-
<version>3.1.0-SNAPSHOT</version>
8+
<version>3.1.0</version>
99

1010
<name>EvalEx</name>
1111

0 commit comments

Comments
 (0)