Skip to content

Commit 619963f

Browse files
author
volker
committed
version 1.5
1 parent 3af1b6c commit 619963f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ publishing {
5151
maven(MavenPublication) {
5252
groupId = 'de.inetsoftware'
5353
artifactId = 'exceljconnect'
54-
version = '1.4'
54+
version = '1.5'
5555
from components.java
5656
pom {
5757
name = 'Excel driver for Java'

src/com/inet/excel/ExcelDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class ExcelDriver implements Driver {
4040
public static final String URL_PREFIX = "jdbc:inetexcel:";
4141
public static final String DRIVER_NAME = "inetexcel";
4242
public static final int MAJOR_VERSION = 1;
43-
public static final int MINOR_VERSION = 4;
43+
public static final int MINOR_VERSION = 5;
4444

4545
/** Throws exception indicating that requested operation is not supported.
4646
* @throws SQLException exception indicating that requested operation is not supported.

0 commit comments

Comments
 (0)