Skip to content

Commit 82d1cf4

Browse files
release 3.0.5
1 parent 7c39c54 commit 82d1cf4

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.4</version>
60+
<version>3.0.5</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.4'
71+
compile 'com.ezylang:EvalEx:3.0.5'
7272
}
7373
```
7474

docs/index.md

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

6464
```gradle
6565
dependencies {
66-
compile 'com.ezylang:EvalEx:3.0.4'
66+
compile 'com.ezylang:EvalEx:3.0.5'
6767
}
6868
```
6969

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.0.5-SNAPSHOT</version>
8+
<version>3.0.5</version>
99

1010
<name>EvalEx</name>
1111

0 commit comments

Comments
 (0)