Skip to content

Commit a10fbf8

Browse files
committed
Tracking openpnp-capture v0.0.27
1 parent a1143ed commit a10fbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build
4141
run: |
42-
./scripts/download-openpnp-capture.sh v0.0.26
42+
./scripts/download-openpnp-capture.sh v0.0.27
4343
mvn -B clean package
4444
4545
- name: Upload Artifacts

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.openpnp</groupId>
55
<artifactId>openpnp-capture-java</artifactId>
6-
<version>0.0.26-1</version>
6+
<version>0.0.27-0</version>
77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
</properties>

0 commit comments

Comments
 (0)