Skip to content

Commit c19eb2b

Browse files
committed
Prepare for 3.30.0
1 parent 7042183 commit c19eb2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/Willena/sqlite-jdbc-crypt.svg?branch=master)](https://travis-ci.org/Willena/sqlite-jdbc-crypt)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.rsql/rsql-parser)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/badge.svg)](https://search.maven.org/artifact/io.github.willena/sqlite-jdbc/)
33

44
# SQLite JDBC Driver
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.29.0
1+
version=3.30.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.willena</groupId>
55
<artifactId>sqlite-jdbc</artifactId>
6-
<version>3.29.0</version>
6+
<version>3.30.0</version>
77
<name>SQLite JDBC</name>
88
<description>SQLite JDBC library with encryption and authentication support</description>
99
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>

0 commit comments

Comments
 (0)