From ce7e922cd7cca3da67a83784c4f3ebaacc2bf958 Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Sat, 26 Nov 2016 00:18:24 +0900 Subject: [PATCH] Update version number to 3.1.2 --- Project/Info.plist | 2 +- Sources/Data+Gzip.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project/Info.plist b/Project/Info.plist index ce892bf..5d3f53e 100644 --- a/Project/Info.plist +++ b/Project/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.1.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Data+Gzip.swift b/Sources/Data+Gzip.swift index 6e52253..1d03578 100644 --- a/Sources/Data+Gzip.swift +++ b/Sources/Data+Gzip.swift @@ -1,7 +1,7 @@ // // Data+Gzip.swift // -// Version 3.1.1 +// Version 3.1.2 /* The MIT License (MIT)