Skip to content

Commit

Permalink
chore(release): 0.20.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Panzer1119 committed Sep 3, 2021
1 parent 69489b5 commit fabe259
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.20.12](https://github.com/Panzer1119/codemakers4j/compare/v0.20.11...v0.20.12) (2021-09-03)


### Features

* add toValidFilename method to FileUtil.java ([69489b5](https://github.com/Panzer1119/codemakers4j/commit/69489b5224bafd049db2e8c518256f6b0af6caf0))

### [0.20.11](https://github.com/Panzer1119/codemakers4j/compare/v0.20.10...v0.20.11) (2021-08-14)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'de.codemakers'
version = '0.20.11'
version = '0.20.12'

subprojects {

Expand Down
2 changes: 1 addition & 1 deletion codemakers4j-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'de.codemakers'
version = '0.20.11'
version = '0.20.12'

dependencies {
// https://mvnrepository.com/artifact/com.j256.simplemagic/simplemagic
Expand Down
2 changes: 1 addition & 1 deletion codemakers4j-database/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'de.codemakers'
version = '0.20.11'
version = '0.20.12'

dependencies {
// CJP
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=Panzer1119:codemakers4j
sonar.projectName=codemakers4j
sonar.projectVersion=0.20.11
sonar.projectVersion=0.20.12
sonar.sources=codemakers4j-core/src,codemakers4j-core/build.gradle,codemakers4j-database/src,codemakers4j-database/build.gradle,build.gradle
sonar.java.binaries=codemakers4j-core/build/classes,codemakers4j-database/build/classes

0 comments on commit fabe259

Please sign in to comment.