From 805a78db6299debfaac83d48111581ec8876f1ef Mon Sep 17 00:00:00 2001 From: Udo Klimaschewski Date: Mon, 1 Apr 2024 11:52:07 +0200 Subject: [PATCH] prepares release 3.2.0 (#458) --- .github/workflows/build.yml | 4 ++-- README.md | 4 ++-- docs/index.md | 4 ++-- pom.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c33f7cb..aaa4daf7 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" ] + branches: [ "main", "3.0.x", "3.1.x", "3.2.0" ] pull_request: - branches: [ "main", "3.0.x", "3.1.x" ] + branches: [ "main", "3.0.x", "3.1.x", "3.2.0" ] jobs: build: diff --git a/README.md b/README.md index 3fafd4b1..680ffdce 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.1.2 + 3.2.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.1.2' + compile 'com.ezylang:EvalEx:3.2.0' } ``` diff --git a/docs/index.md b/docs/index.md index 1b0d3085..ea97b82f 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.1.2 + 3.2.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.1.2' + compile 'com.ezylang:EvalEx:3.2.0' } ``` diff --git a/pom.xml b/pom.xml index 5f86dad8..5528b6d3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ezylang EvalEx - 3.2.0-SNAPSHOT + 3.2.0 EvalEx