Skip to content

Commit f3ce547

Browse files
committed
prepare dev cycle for v3.3.0
1 parent 5ae24fb commit f3ce547

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!-- for main -->
2-
<!--
2+
33
[![Download](https://img.shields.io/badge/Download-3.2.0-%23007ec6)](https://central.sonatype.com/artifact/ch.tutteli.kbox/kbox/3.2.0)
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)
7-
-->
87

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

1314
# KBox
1415

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.nio.file.StandardCopyOption
55
buildscript {
66
// needs to be defined in here because otherwise tutteli-publish plugin does not have this information when applied
77
// and we use/apply it in the conventions
8-
rootProject.version = "3.2.0"
8+
rootProject.version = "3.3.0-SNAPSHOT"
99
rootProject.group = "ch.tutteli.kbox"
1010
rootProject.description = "A utility library for Kotlin"
1111
extra.set("generationFolder", project.files("src/commonMain/generated/kotlin"))
@@ -89,7 +89,6 @@ nexusPublishing {
8989
}
9090
}
9191

92-
9392
/*
9493
9594
Release & deploy a commit

0 commit comments

Comments
 (0)