From 701588e11bc35280041020a5abba02fd1a14fb2f Mon Sep 17 00:00:00 2001 From: Udo Klimaschewski Date: Sun, 19 Nov 2023 13:00:39 +0000 Subject: [PATCH] prepares release 3.1.0 (#409) --- README.md | 4 ++-- docs/index.md | 4 ++-- pom.xml | 2 +- 3 file(s) changed, 5 insertion(s)(+), 5 deletion(s)(-) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ 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 --- a/docs/index.md +++ b/docs/index.md @@ -51,7 +51,7 @@ 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 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.ezylang EvalEx - 3.1.0-SNAPSHOT + 3.1.0 EvalEx -- tangled.sh