File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ publishing {
46
46
maven(MavenPublication ) {
47
47
groupId = ' de.inetsoftware'
48
48
artifactId = ' exceljconnect'
49
- version = ' 1.0 '
49
+ version = ' 1.1 '
50
50
from components. java
51
51
pom {
52
52
name = ' Excel driver for Java'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class ExcelDriver implements Driver {
35
35
public static final String URL_PREFIX = "jdbc:inetexcel:" ;
36
36
public static final String DRIVER_NAME = "inetexcel" ;
37
37
public static final int MAJOR_VERSION = 1 ;
38
- public static final int MINOR_VERSION = 0 ;
38
+ public static final int MINOR_VERSION = 1 ;
39
39
40
40
/** Throws exception indicating that requested operation is not supported.
41
41
* @throws SQLException exception indicating that requested operation is not supported.
You can’t perform that action at this time.
0 commit comments