Skip to content

Commit 26d659b

Browse files
version up to 1.1 due to recent changes
1 parent 950ae1f commit 26d659b

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
@@ -46,7 +46,7 @@ publishing {
4646
maven(MavenPublication) {
4747
groupId = 'de.inetsoftware'
4848
artifactId = 'exceljconnect'
49-
version = '1.0'
49+
version = '1.1'
5050
from components.java
5151
pom {
5252
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
@@ -35,7 +35,7 @@ public class ExcelDriver implements Driver {
3535
public static final String URL_PREFIX = "jdbc:inetexcel:";
3636
public static final String DRIVER_NAME = "inetexcel";
3737
public static final int MAJOR_VERSION = 1;
38-
public static final int MINOR_VERSION = 0;
38+
public static final int MINOR_VERSION = 1;
3939

4040
/** Throws exception indicating that requested operation is not supported.
4141
* @throws SQLException exception indicating that requested operation is not supported.

0 commit comments

Comments
 (0)