Skip to content

Commit b5281c6

Browse files
committed
v1.1.0
1 parent 8011783 commit b5281c6

File tree

83 files changed

+3103
-1490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3103
-1490
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- for main -->
22
<!--
3-
[![Download](https://img.shields.io/badge/Download-0.16.0-%23007ec6)](https://search.maven.org/artifact/ch.tutteli.kbox/kbox/0.16.0/jar)
3+
[![Download](https://img.shields.io/badge/Download-1.1.0-%23007ec6)](https://search.maven.org/artifact/ch.tutteli.kbox/kbox/1.1.0/jar)
44
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
55
[![Build Status Ubuntu](https://github.com/robstoll/kbox/workflows/Ubuntu/badge.svg?event=push)](https://github.com/robstoll/kbox/actions?query=workflow%3AUbuntu+branch%3Amain)
66
[![Build Status Windows](https://github.com/robstoll/kbox/workflows/Windows/badge.svg?event=push)](https://github.com/robstoll/kbox/actions?query=workflow%3AWindows+branch%3Amain)
@@ -9,7 +9,7 @@
99

1010
<!-- for a specific release -->
1111

12-
[![Download](https://img.shields.io/badge/Download-0.16.0-%23007ec6)](https://search.maven.org/artifact/ch.tutteli.kbox/kbox/0.16.0/jar)
12+
[![Download](https://img.shields.io/badge/Download-1.1.0-%23007ec6)](https://search.maven.org/artifact/ch.tutteli.kbox/kbox/1.1.0/jar)
1313
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
1414

1515

@@ -31,7 +31,7 @@ KBox is published to maven central.
3131
```
3232
repositories { mavenCentral() }
3333
dependencies {
34-
implementation("ch.tutteli.kbox:kbox:0.16.0")
34+
implementation("ch.tutteli.kbox:kbox:1.1.0")
3535
}
3636
```
3737

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.nio.file.StandardCopyOption
77
buildscript {
88
// needs to be defined in here because otherwise tutteli-publish plugin does not have this information when applied
99
// and we want that it to apply the ch.tutteli conventions
10-
rootProject.version = "1.0.0-SNAPSHOT"
10+
rootProject.version = "1.1.0"
1111
rootProject.group = "ch.tutteli.kbox"
1212
rootProject.description = "A utility library for Kotlin "
1313
}

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Download](https://img.shields.io/badge/Download-0.16.0-%23007ec6)](https://search.maven.org/artifact/ch.tutteli.kbox/kbox/0.16.0/jar)
1+
[![Download](https://img.shields.io/badge/Download-1.1.0-%23007ec6)](https://search.maven.org/artifact/ch.tutteli.kbox/kbox/1.1.0/jar)
22
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
33

44
# KBox
@@ -11,7 +11,7 @@ KBox is published to maven central.
1111
```
1212
repositories { mavenCentral() }
1313
dependencies {
14-
implementation("ch.tutteli.kbox:kbox:0.16.0")
14+
implementation("ch.tutteli.kbox:kbox:1.1.0")
1515
}
1616
```
1717

Lines changed: 5 additions & 1 deletion
Loading

docs/kdoc/images/arrow_down.svg

Lines changed: 5 additions & 1 deletion
Loading

docs/kdoc/images/burger.svg

Lines changed: 9 additions & 0 deletions
Loading

docs/kdoc/images/copy-icon.svg

Lines changed: 5 additions & 1 deletion
Loading
Lines changed: 5 additions & 1 deletion
Loading

docs/kdoc/images/docs_logo.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 5 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)