Skip to content

Commit 7085e32

Browse files
committed
Version 3.51.1.0
1 parent 88286ac commit 7085e32

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= SQLite JDBC Driver
2-
:project-version: 3.51.0.0
2+
:project-version: 3.51.1.0
33

44
image:https://img.shields.io/github/actions/workflow/status/willena/sqlite-jdbc-crypt/ci.yml?branch=master[GitHub Workflow Status (branch),link=https://github.com/willena/sqlite-jdbc/actions/workflows/ci.yml?query=branch%3Amaster]
55
image:https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/badge.svg[Maven Central,link=https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/]

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=3.51.0
2-
artifactVersion=3.51.0.0
3-
sqliteMCVersion=2.2.5
1+
version=3.51.1
2+
artifactVersion=3.51.1.0
3+
sqliteMCVersion=2.2.6

pom.xml

Lines changed: 1 addition & 1 deletion
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.51.0.0</version>
7+
<version>3.51.1.0</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>

0 commit comments

Comments
 (0)