diff --git a/README.md b/README.md index eeced894..9d0a1958 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.1 + 3.1.2 ``` @@ -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.1' + compile 'com.ezylang:EvalEx:3.1.2' } ``` diff --git a/docs/index.md b/docs/index.md index 495bdf24..56b72338 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.1 + 3.1.2 ``` @@ -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.1' + compile 'com.ezylang:EvalEx:3.1.2' } ``` diff --git a/pom.xml b/pom.xml index 89af1d05..c91e90a4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ezylang EvalEx - 3.1.2-SNAPSHOT + 3.1.2 EvalEx