diff --git a/README.md b/README.md index 04645495..32c9d7c5 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.4 + 3.0.5 ``` @@ -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.4' + compile 'com.ezylang:EvalEx:3.0.5' } ``` diff --git a/docs/index.md b/docs/index.md index 6e2e229f..8c12ea0b 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.4 + 3.0.5 ``` @@ -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.4' + compile 'com.ezylang:EvalEx:3.0.5' } ``` diff --git a/pom.xml b/pom.xml index 735f8c3a..8a0beb61 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ezylang EvalEx - 3.0.5-SNAPSHOT + 3.0.5 EvalEx