Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Merge branch '55-feature--ui-keyboard' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Nov 16, 2021
2 parents 91ef878 + 094873a commit 87c30b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ConsoleSyntax(
) {

fun isNoneOneUsed(variableName: String): Boolean {
println("used: $usedVariables")
return usedVariables.containsKey(variableName) && usedVariables[variableName]?.isBlank() == true
}

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

group = "de.jet"
version = "1.0-BETA-5.1"
version = "1.0-BETA-5.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 87c30b1

Please sign in to comment.