Skip to content

Commit

Permalink
release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashim6 committed Nov 8, 2022
1 parent a355b83 commit 08ec853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}

val libVersion by extra("2.2.0-SNAPSHOT")
val libVersion by extra("2.2.1")

group = "com.pi4j"
version = libVersion
Expand Down
3 changes: 2 additions & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ repositories {
}

dependencies {
implementation(project(":lib"))
// implementation(project(":lib"))
implementation("com.pi4j:pi4j-ktx:2.2.1")
implementation("com.pi4j:pi4j-core:2.2.1")
implementation("com.pi4j:pi4j-plugin-raspberrypi:2.2.1")
implementation("com.pi4j:pi4j-plugin-pigpio:2.2.1")
Expand Down

0 comments on commit 08ec853

Please sign in to comment.