Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mk868 committed Oct 27, 2024
1 parent 083a877 commit e3a18b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the library to your project:
<dependency>
<groupId>eu.soft-pol.lib.jgpio</groupId>
<artifactId>jgpio</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<maven.compiler.release>22</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jgpio.version>1.0.0</jgpio.version>
<jgpio.version>1.0.1</jgpio.version>
<log4j.version>2.24.1</log4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jgpio-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.soft-pol.lib.jgpio</groupId>
<artifactId>jgpio-it</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<maven.compiler.release>22</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion jgpio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.soft-pol.lib.jgpio</groupId>
<artifactId>jgpio</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1</version>

<name>jgpio</name>
<description>The libgpiod bindings for Java using the Java 22 FFM API.</description>
Expand Down

0 comments on commit e3a18b7

Please sign in to comment.