Skip to content

Commit

Permalink
version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
volker committed Mar 28, 2024
1 parent 3af1b6c commit 619963f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/com/inet/excel/ExcelDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 619963f

Please sign in to comment.