Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 1a1343a

Browse files
committed
Updated README
1 parent 4102ec4 commit 1a1343a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Change Log
88

9-
**1.5.0-alpha**
9+
**1.5.1-alpha**
1010

1111
- Fixed 'symbol lookup error' (Issue: [#22](https://github.com/ribasco/ucgdisplay/issues/22))
1212
- Added support for multiple I/O peripheral providers ([libgpiod](https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/), [pigpiod](https://github.com/joan2937/pigpio), [c-periphery](https://github.com/vsergeev/c-periphery)) (Issue [#24](https://github.com/ribasco/ucgdisplay/issues/24))
@@ -123,7 +123,7 @@ To be able to download snapshots from Sonatype, add the following profile entry
123123
<dependency>
124124
<groupId>com.ibasco.ucgdisplay</groupId>
125125
<artifactId>ucg-display</artifactId>
126-
<version>1.5.0-alpha</version>
126+
<version>1.5.1-alpha</version>
127127
</dependency>
128128
</dependencies>
129129
```
@@ -138,14 +138,14 @@ To be able to download snapshots from Sonatype, add the following profile entry
138138
<dependency>
139139
<groupId>com.ibasco.ucgdisplay</groupId>
140140
<artifactId>ucgd-drivers-clcd</artifactId>
141-
<version>1.5.0-alpha</version>
141+
<version>1.5.1-alpha</version>
142142
</dependency>
143143

144144
<!-- Graphics display driver -->
145145
<dependency>
146146
<groupId>com.ibasco.ucgdisplay</groupId>
147147
<artifactId>ucgd-drivers-glcd</artifactId>
148-
<version>1.5.0-alpha</version>
148+
<version>1.5.1-alpha</version>
149149
</dependency>
150150
</dependencies>
151151
```

0 commit comments

Comments
 (0)