From 820da3b17b47a09307763dfd7ca72b365252184b Mon Sep 17 00:00:00 2001
From: 1024jp <1024jp@wolfrosch.com>
Date: Thu, 10 Nov 2016 23:25:18 +0900
Subject: [PATCH] Update version number to 3.1.1
---
CHANGELOG.md | 9 +++++++++
Project/Info.plist | 2 +-
Sources/Data+Gzip.swift | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e0e360..7e8f7d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
Change Log
==========================
+3.1.1
+--------------------------
+
+### Fixes
+
+- Fix the Swift Package Manager support.
+
+
+
3.1.0
--------------------------
diff --git a/Project/Info.plist b/Project/Info.plist
index 4c70e90..ce892bf 100644
--- a/Project/Info.plist
+++ b/Project/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.1.0
+ 3.1.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Data+Gzip.swift b/Sources/Data+Gzip.swift
index 8b241de..4ccd23c 100644
--- a/Sources/Data+Gzip.swift
+++ b/Sources/Data+Gzip.swift
@@ -1,7 +1,7 @@
//
// Data+Gzip.swift
//
-// Version 3.1.0
+// Version 3.1.1
/*
The MIT License (MIT)