Skip to content

Commit 805a78d

Browse files
prepares release 3.2.0 (#458)
1 parent 4961161 commit 805a78d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build
55

66
on:
77
push:
8-
branches: [ "main", "3.0.x", "3.1.x" ]
8+
branches: [ "main", "3.0.x", "3.1.x", "3.2.0" ]
99
pull_request:
10-
branches: [ "main", "3.0.x", "3.1.x" ]
10+
branches: [ "main", "3.0.x", "3.1.x", "3.2.0" ]
1111

1212
jobs:
1313
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To include it in your Maven project, add the dependency to your pom. For example
5858
<dependency>
5959
<groupId>com.ezylang</groupId>
6060
<artifactId>EvalEx</artifactId>
61-
<version>3.1.2</version>
61+
<version>3.2.0</version>
6262
</dependency>
6363
</dependencies>
6464
```
@@ -69,7 +69,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:
6969

7070
```gradle
7171
dependencies {
72-
compile 'com.ezylang:EvalEx:3.1.2'
72+
compile 'com.ezylang:EvalEx:3.2.0'
7373
}
7474
```
7575

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.1.2</version>
55+
<version>3.2.0</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.1.2'
66+
compile 'com.ezylang:EvalEx:3.2.0'
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.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99

1010
<name>EvalEx</name>
1111

0 commit comments

Comments
 (0)