diff --git a/README.md b/README.md index 55149c1..3afbba7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Samples are available [here](https://github.com/vivid-money/elmslie/tree/publish - Pure kotlin calculator: [link](https://github.com/vivid-money/elmslie/tree/publish-elmslie-3.0/samples/kotlin-calculator) ## Download -Library is distributed through JitPack +Library is distributed through Maven Central #### Add repository in the root build.gradle ```kotlin diff --git a/gradle.properties b/gradle.properties index 5a8a3b9..7e6949b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,6 +47,6 @@ android.defaults.buildfeatures.shaders=false # # ----- Config ----- # -libraryVersion=3.0.0-alpha11 +libraryVersion=3.0.0-beta1 pluginVersion=1.0.1 libraryGroup=money.vivid.elmslie