Skip to content

Commit 7543c2e

Browse files
committed
Bump version to 0.0.3
1 parent 6680bb3 commit 7543c2e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To add `openpnp-capture-java` as a dependency using Maven, include the following
1212
<dependency>
1313
<groupId>io.github.doblon8</groupId>
1414
<artifactId>openpnp-capture-java</artifactId>
15-
<version>0.0.2</version>
15+
<version>0.0.3</version>
1616
</dependency>
1717
```
1818

pom.xml

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

77
<groupId>io.github.doblon8</groupId>
88
<artifactId>openpnp-capture-java</artifactId>
9-
<version>0.0.2</version>
9+
<version>0.0.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>https://github.com/doblon8/openpnp-capture-java</name>
@@ -33,7 +33,7 @@
3333
<url>https://github.com/doblon8/openpnp-capture-java/tree/main</url>
3434
<connection>scm:git:git://github.com/doblon8/openpnp-capture-java.git</connection>
3535
<developerConnection>scm:git:ssh://git@github.com:doblon8/openpnp-capture-java.git</developerConnection>
36-
<tag>v0.0.1</tag>
36+
<tag>v0.0.3</tag>
3737
</scm>
3838

3939
<properties>

0 commit comments

Comments
 (0)