From 701588e11bc35280041020a5abba02fd1a14fb2f Mon Sep 17 00:00:00 2001 From: Udo Klimaschewski Date: Sun, 19 Nov 2023 14:00:39 +0100 Subject: [PATCH] prepares release 3.1.0 (#409) --- README.md | 4 ++-- docs/index.md | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fe12bcf..a604280f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To include it in your Maven project, add the dependency to your pom. For example com.ezylang EvalEx - 3.0.5 + 3.1.0 ``` @@ -68,7 +68,7 @@ If you're using gradle add the dependencies to your project's app build.gradle: ```gradle dependencies { - compile 'com.ezylang:EvalEx:3.0.5' + compile 'com.ezylang:EvalEx:3.1.0' } ``` diff --git a/docs/index.md b/docs/index.md index bcc1bcd5..6a881d0c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -51,7 +51,7 @@ To include it in your Maven project, add the dependency to your pom. For example com.ezylang EvalEx - 3.0.5 + 3.1.0 ``` @@ -62,7 +62,7 @@ If you're using gradle add the dependencies to your project's app build.gradle: ```gradle dependencies { - compile 'com.ezylang:EvalEx:3.0.5' + compile 'com.ezylang:EvalEx:3.1.0' } ``` diff --git a/pom.xml b/pom.xml index e28df1e6..db51aea7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ezylang EvalEx - 3.1.0-SNAPSHOT + 3.1.0 EvalEx