Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 14c9439

Browse files
committed
new release 1.1.5
1 parent 7dc7015 commit 14c9439

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.5] - 2022-04-04
8+
### Changed
9+
- updated to kotlin 1.6.20
10+
- updated to gradle 7.4.2
11+
- updated gradle plugin com.gradle.plugin-publish to 0.21.0
12+
713
## [1.1.4] - 2022-03-23
814
### Changed
915
- automatic checkstyle/pmd/spotbugs config handling

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
group = "de.lancom.genesis"
5-
version = "1.1.4"
5+
version = "1.1.5"
66

77
plugins {
88
id("org.jetbrains.kotlin.jvm") version "1.6.20"

0 commit comments

Comments
 (0)