Skip to content

Commit 299a52a

Browse files
committed
Release v0.0.16
1 parent e8b5cfb commit 299a52a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: java
22

33
install: true
44

5-
before_install: ./scripts/download-openpnp-capture.sh v0.0.12
5+
before_install: ./scripts/download-openpnp-capture.sh v0.0.16
66

77
script: mvn clean package
88

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.12</version>
6+
<version>0.0.16</version>
77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
</properties>

0 commit comments

Comments
 (0)