bump version to 1.1.0
All checks were successful
/ publish (push) Successful in 5m28s

This commit is contained in:
2025-10-04 12:41:52 +02:00
parent 55658f2b24
commit 7db8972e27
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation("com.infendro:random:1.0.0")
implementation("com.infendro:random:1.1.0")
}
```

View File

@@ -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")