From bd0acd9734743c251f35da6381fcca070b9adaaa Mon Sep 17 00:00:00 2001 From: Udo Klimaschewski Date: Sun, 7 Jul 2024 13:11:49 +0200 Subject: [PATCH] prepares release 3.3.0 (#491) --- .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 8836aed6..4ebeabcd 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.0" ] + branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x" ] pull_request: - branches: [ "main", "3.0.x", "3.1.x", "3.2.0" ] + branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x" ] jobs: build: diff --git a/README.md b/README.md index 680ffdce..137f8d41 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.2.0 + 3.3.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.2.0' + compile 'com.ezylang:EvalEx:3.3.0' } ``` diff --git a/docs/index.md b/docs/index.md index ea97b82f..9e843b44 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.2.0 + 3.3.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.2.0' + compile 'com.ezylang:EvalEx:3.3.0' } ``` diff --git a/pom.xml b/pom.xml index 162b9eaa..678a141a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ezylang EvalEx - 3.3.0-SNAPSHOT + 3.3.0 EvalEx