Skip to content

Commit

Permalink
Version 3.46.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Aug 15, 2024
1 parent d321f92 commit f4c5d75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.46.0
artifactVersion=3.46.0.1-SNAPSHOT
artifactVersion=3.46.0.1
sqliteMCVersion=1.8.5
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.0.1-SNAPSHOT</version>
<version>3.46.0.1</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library with encryption and authentication support</description>
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/sqlite/SQLiteConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.sql.SQLException;
import java.sql.Statement;
import java.util.*;
import java.util.stream.Collectors;

/**
* SQLite Configuration
Expand Down Expand Up @@ -676,8 +675,6 @@ private static String[] toStringArray(PragmaValue[] list) {
public final String getPragmaName() {
return pragmaName;
}


}

/**
Expand Down

0 comments on commit f4c5d75

Please sign in to comment.