aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--src/changes/changes.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fe95c59..0220e96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<artifactId>jackcess</artifactId>
<name>Jackcess</name>
<description>A pure Java library for reading from and writing to MS Access databases.</description>
- <version>2.1.12-SNAPSHOT</version>
+ <version>2.1.13-SNAPSHOT</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 13ed1c9..a398260 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,7 +4,7 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
- <release version="2.1.12" date="TBD">
+ <release version="2.1.12" date="2018-06-25">
<action dev="jahlborn" type="update">
Add some additional property keys and relevant enums for values.
</action>