From 7db8972e273a1cc63fd8a5087b96f52024f88fd9 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 4 Oct 2025 12:41:52 +0200 Subject: [PATCH] bump version to 1.1.0 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")