diff --git a/README.md b/README.md index 46c4920..90b6e78 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { } dependencies { - implementation("com.infendro:random:1.0.0") + implementation("com.infendro:random:1.1.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 843f51d..bcea473 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.0.0" +version = "1.1.0" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")