diff --git a/Milestone.md b/Milestone.md index d7c571a..6b40277 100644 --- a/Milestone.md +++ b/Milestone.md @@ -1,7 +1,8 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required. -## snappy-java-1.1.2.5 (2016-06-02) +## snappy-java-1.1.2.6 (2016-06-02) * Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142) + * Never use 1.1.2.5 (This is a broken build) ## snappy-java-1.1.2.4 (2016-03-30) * Improved `SnappyOutputStream.write(byte[], off, len)` performance. diff --git a/version.sbt b/version.sbt index 75db575..76dcbae 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.1.2.5" +version in ThisBuild := "1.1.3-SNAPSHOT"