Skip to content

Commit 0047799

Browse files
author
Ian Saunders
committed
Bumped version number
1 parent 8a8c81a commit 0047799

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2015.7</version>
20+
<version>1.2015.8</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.2015.7
27+
compile "net.billforward:billforward-java:1.2015.8
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.2015.7</version>
7+
<version>1.2015.8</version>
88
<name>billforward-java</name>
99
<url>https://github.com/billforward/bf-java</url>
1010
<licenses>

0 commit comments

Comments
 (0)