Skip to content

Commit d4f3087

Browse files
committed
v2.2.1.2
Signed-off-by: Muhammad Hashim <msg@mhashim6.me>
1 parent e9df38a commit d4f3087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
66
}
77

8-
val libVersion by extra("2.2.1.1")
8+
val libVersion by extra("2.2.1.2")
99

1010
group = "com.pi4j"
1111
version = libVersion

example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
// implementation(project(":lib"))
19-
implementation("com.pi4j:pi4j-ktx:2.2.1.1")
19+
implementation("com.pi4j:pi4j-ktx:2.2.1.2")
2020
implementation("com.pi4j:pi4j-core:2.2.1")
2121
implementation("com.pi4j:pi4j-plugin-raspberrypi:2.2.1")
2222
implementation("com.pi4j:pi4j-plugin-pigpio:2.2.1")

0 commit comments

Comments
 (0)