File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments