diff --git a/.jazzy.yaml b/.jazzy.yaml
index 8ca00b51..556be969 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -3,11 +3,11 @@ clean: true
exclude: Tests/
author: Timofey Solomko
module: SWCompression
-module_version: 3.3.0
+module_version: 3.3.1
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
-github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.3.0
+github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.3.1
theme: fullwidth
custom_categories:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70327da2..b3a02af5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
# Changelog
+
+## 3.3.1
+
+- Fixed out of range index crash in BitReader.
+
v3.3.0
----------------
- Introduced support for 7-Zip containers.
diff --git a/SWCompression.podspec b/SWCompression.podspec
index e2e4dc60..00570c4b 100644
--- a/SWCompression.podspec
+++ b/SWCompression.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
- s.version = "3.3.0"
+ s.version = "3.3.1"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist
index e4f1aef4..e7c49d37 100644
--- a/Sources/Service/Info.plist
+++ b/Sources/Service/Info.plist
@@ -15,7 +15,7 @@
-
+
- GzipArchive
+ GzipArchive
-
+
- GzipHeader
+ GzipHeader
-
+
- ZlibArchive
+ ZlibArchive
-
+
- ZlibHeader
+ ZlibHeader