From 619963f4806b3dfdb00b9ce0818a670bef3034cf Mon Sep 17 00:00:00 2001 From: volker Date: Thu, 28 Mar 2024 13:20:44 +0100 Subject: [PATCH] version 1.5 --- build.gradle | 2 +- src/com/inet/excel/ExcelDriver.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e6855c2..b975e30 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ publishing { maven(MavenPublication) { groupId = 'de.inetsoftware' artifactId = 'exceljconnect' - version = '1.4' + version = '1.5' from components.java pom { name = 'Excel driver for Java' diff --git a/src/com/inet/excel/ExcelDriver.java b/src/com/inet/excel/ExcelDriver.java index 1896cc2..dbbaf15 100644 --- a/src/com/inet/excel/ExcelDriver.java +++ b/src/com/inet/excel/ExcelDriver.java @@ -40,7 +40,7 @@ public class ExcelDriver implements Driver { public static final String URL_PREFIX = "jdbc:inetexcel:"; public static final String DRIVER_NAME = "inetexcel"; public static final int MAJOR_VERSION = 1; - public static final int MINOR_VERSION = 4; + public static final int MINOR_VERSION = 5; /** Throws exception indicating that requested operation is not supported. * @throws SQLException exception indicating that requested operation is not supported.