Skip to content

Commit 1eea9ee

Browse files
author
Ian Saunders
committed
Bump Version
1 parent 2626968 commit 1eea9ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Add this dependency to your project's POM:
1717
<dependency>
1818
<groupId>net.billforward</groupId>
1919
<artifactId>billforward-java</artifactId>
20-
<version>1.2014.255</version>
20+
<version>1.2014.257</version>
2121
</dependency>
2222

2323
### Gradle users
2424

2525
Add this dependency to your project's build file:
2626

27-
compile "net.billforward:billforward-java:1.2014.255"
27+
compile "net.billforward:billforward-java:1.2014.257"
2828

2929
### Others
3030

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.billforward</groupId>
55
<artifactId>billforward-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.2014.255</version>
7+
<version>1.2014.257</version>
88
<name>billforward-java</name>
99
<url>https://github.com/billforward/bf-java</url>
1010
<licenses>

0 commit comments

Comments
 (0)