diff --git a/README.md b/README.md index 2927c97..1b66fb7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ see Maja example web app [tankstellen](https://github.com/SoltauFintel/tankstell Example for getting maja-auth-mongo with Gradle: // in dependencies: - compile 'com.github.soltaufintel.maja:maja-auth-mongo:0.2.0' + compile 'com.github.soltaufintel.maja:maja-auth-mongo:0.3.0' // in repositories: maven { url 'https://jitpack.io' } diff --git a/build.gradle b/build.gradle index 5b83b0c..f5d0a52 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ allprojects { - version = "0.3.0-BETA" + version = "0.3.0" group = 'de.mwvb.maja' }