diff --git a/README.md b/README.md index f9911533..3ab83f0d 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.0.1 + 3.0.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.0.1' + compile 'com.ezylang:EvalEx:3.0.2' } ``` diff --git a/docs/index.md b/docs/index.md index 429cb11f..7de68686 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.0.1 + 3.0.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.0.1' + compile 'com.ezylang:EvalEx:3.0.2' } ``` diff --git a/pom.xml b/pom.xml index 4edffc97..95ee772f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ezylang EvalEx - 3.0.2-SNAPSHOT + 3.0.2 EvalEx