Skip to content

Commit f4c5d75

Browse files
committed
Version 3.46.0.1
1 parent d321f92 commit f4c5d75

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version=3.46.0
2-
artifactVersion=3.46.0.1-SNAPSHOT
2+
artifactVersion=3.46.0.1
33
sqliteMCVersion=1.8.5

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.willena</groupId>
66
<artifactId>sqlite-jdbc</artifactId>
7-
<version>3.46.0.1-SNAPSHOT</version>
7+
<version>3.46.0.1</version>
88
<name>SQLite JDBC</name>
99
<description>SQLite JDBC library with encryption and authentication support</description>
1010
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>

src/main/java/org/sqlite/SQLiteConfig.java

-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import java.sql.SQLException;
3030
import java.sql.Statement;
3131
import java.util.*;
32-
import java.util.stream.Collectors;
3332

3433
/**
3534
* SQLite Configuration
@@ -676,8 +675,6 @@ private static String[] toStringArray(PragmaValue[] list) {
676675
public final String getPragmaName() {
677676
return pragmaName;
678677
}
679-
680-
681678
}
682679

683680
/**

0 commit comments

Comments
 (0)