diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4ebeabcd..fba1f5c3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,9 +5,9 @@ name: Build
on:
push:
- branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x" ]
+ branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x" ]
pull_request:
- branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x" ]
+ branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x" ]
jobs:
build:
diff --git a/README.md b/README.md
index 137f8d41..f8fc2c0c 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ To include it in your Maven project, add the dependency to your pom. For example
com.ezylang
EvalEx
- 3.3.0
+ 3.4.0
```
@@ -69,7 +69,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:
```gradle
dependencies {
- compile 'com.ezylang:EvalEx:3.3.0'
+ compile 'com.ezylang:EvalEx:3.4.0'
}
```
diff --git a/docs/index.md b/docs/index.md
index 9e843b44..de1d1099 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -52,7 +52,7 @@ To include it in your Maven project, add the dependency to your pom. For example
com.ezylang
EvalEx
- 3.3.0
+ 3.4.0
```
@@ -63,7 +63,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:
```gradle
dependencies {
- compile 'com.ezylang:EvalEx:3.3.0'
+ compile 'com.ezylang:EvalEx:3.4.0'
}
```
diff --git a/pom.xml b/pom.xml
index f13f9547..8c88fc91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.ezylang
EvalEx
- 3.4.0-SNAPSHOT
+ 3.4.0
EvalEx