Skip to content

Commit

Permalink
prepare dev cycle 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jun 3, 2024
1 parent 4e71f32 commit 2089f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!-- for main -->
<!--

[![Download](https://img.shields.io/badge/Download-2.0.0-%23007ec6)](https://central.sonatype.com/artifact/ch.tutteli.kbox/kbox/2.0.0)
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
[![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)
[![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)
-->

<!-- for a specific release -->

<!-- for a specific release -->
<!--
[![Download](https://img.shields.io/badge/Download-2.0.0-%23007ec6)](https://central.sonatype.com/artifact/ch.tutteli.kbox/kbox/2.0.0)
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)

-->

# KBox
KBox is a very small but useful utility library for Kotlin (JVM, Android and JS) providing functions which are missing
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.nio.file.StandardCopyOption
buildscript {
// needs to be defined in here because otherwise tutteli-publish plugin does not have this information when applied
// and we want that it to apply the ch.tutteli conventions
rootProject.version = "2.0.0"
rootProject.version = "2.1.0-SNAPSHOT"
rootProject.group = "ch.tutteli.kbox"
rootProject.description = "A utility library for Kotlin"
extra.set("generationFolder", project.files("src/commonMain/generated/kotlin"))
Expand Down

0 comments on commit 2089f05

Please sign in to comment.