Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Dec 25, 2022
1 parent ece0b52 commit 5eabd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.fatehi</groupId>
<artifactId>magnetictrackparser</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>jar</packaging>
<name>Magnetic Track Parser</name>
<description>Magnetic Track Parser is a library that can parse magnetic tracks from a bank issued card. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form.</description>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>creditcardnumber</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5eabd65

Please sign in to comment.