Skip to content

Commit

Permalink
release 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicflame committed Sep 21, 2021
1 parent 25b5fc3 commit 130a3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project provides an implementaion of [OFX](http://ofx.net/) for Java.
<dependency>
<groupId>com.webcohesion.ofx4j</groupId>
<artifactId>ofx4j</artifactId>
<version>1.30</version>
<version>1.31</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ofx4j</artifactId>
<packaging>bundle</packaging>

<version>1.31-SNAPSHOT</version>
<version>1.31</version>
<name>ofx4j</name>
<description>
OFX4J is a Java implementation of Open Financial Exchange, which defines web service
Expand Down

0 comments on commit 130a3e1

Please sign in to comment.