Skip to content

Commit c846865

Browse files
committed
Bump version to 0.3.1
1 parent a3fadb3 commit c846865

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 `jzbar` as a dependency using Maven, include the following in your `pom.x
1212
<dependency>
1313
<groupId>io.github.doblon8</groupId>
1414
<artifactId>jzbar</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</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>jzbar</artifactId>
9-
<version>0.3.0</version>
9+
<version>0.3.1</version>
1010
<packaging>jar</packaging>
1111

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

3939
<properties>

0 commit comments

Comments
 (0)