We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278d14a commit 0acb3e8Copy full SHA for 0acb3e8
Keyboards/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
-kll = "==0.5.7.15"
+kll = "==0.5.7.16"
8
9
[dev-packages]
10
Lib/CMake/kll.cmake
@@ -43,7 +43,7 @@ endif ()
43
message ( STATUS "Checking for kll" )
44
45
### XXX XXX XXX - Remember to update Pipfile as well when you change the version! ###
46
-set ( KLL_MIN_VERSION "0.5.7.15" )
+set ( KLL_MIN_VERSION "0.5.7.16" )
47
48
# 1) Check for environment variable
49
if ( NOT DEFINED KLL_EXECUTABLE )
0 commit comments