Skip to content

Commit

Permalink
Dump version number to 4.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Jun 7, 2017
1 parent bc05525 commit 943837b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8.2
osx_image: xcode9

matrix:
include:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Change Log
==========================

4.0.0-beta
--------------------------

### Changes

- Update project for Xcode 9.



3.1.4
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion GzipSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GzipSwift"
s.version = "3.1.4"
s.version = "4.0.0-beta"
s.summary = "Swift framework that enables gzip/gunzip Data using zlib."

s.homepage = "https://github.com/1024jp/GzipSwift"
Expand Down
2 changes: 1 addition & 1 deletion Project/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.4</string>
<string>4.0.0-beta</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GzipSwift
========================

[![Swift](https://img.shields.io/badge/Swift-3.0.1-blue.svg)]()
[![Swift](https://img.shields.io/badge/Swift-4.0.0-blue.svg)]()
[![platform](https://img.shields.io/badge/platform-macOS%20|%20iOS%20|%20watchOS%20|%20tvOS%20|%20Linux-blue.svg)]()
[![Carthage compatible](https://img.shields.io/badge/Carthage-✔-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![SPM compatible](https://img.shields.io/badge/SPM-✔-4BC51D.svg?style=flat)](https://swift.org/package-manager/)
Expand All @@ -13,7 +13,7 @@ GzipSwift
__GzipSwift__ is a framework with an extension of Data written in Swift. It enables compress/decompress gzip using zlib.

- __Requirements__: OS X 10.9 / iOS 8 / watchOS 2 / tvOS 9 or later
- __Swift version__: Swift 3.0.1
- __Swift version__: Swift 4.0.0


## Usage
Expand Down
1 change: 0 additions & 1 deletion Sources/Data+Gzip.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// Data+Gzip.swift
//
// Version 3.1.5

/*
The MIT License (MIT)
Expand Down

0 comments on commit 943837b

Please sign in to comment.