diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d1fe9..9f14f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. #### 3.x Releases -- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) +- `3.1.x` Releases - [3.1.0](#310) +- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) #### 2.x Releases @@ -31,10 +32,10 @@ All notable changes to this project will be documented in this file. --- -## [3.0.2](https://github.com/Nike-Inc/SQift/releases/tag/3.0.2) +## [3.1.0](https://github.com/Nike-Inc/SQift/releases/tag/3.1.0) Released on 2018-04-10. All issues associated with this milestone can be found using this -[filter](https://github.com/Nike-Inc/SQift/milestone/5?closed=1). +[filter](https://github.com/Nike-Inc/SQift/milestone/2?closed=1). #### Updated @@ -51,6 +52,8 @@ Released on 2018-04-10. All issues associated with this milestone can be found u - Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request [#6](https://github.com/Nike-Inc/SQift/pull/6). +--- + ## [3.0.1](https://github.com/Nike-Inc/SQift/releases/tag/3.0.1) Released on 2018-01-02. All issues associated with this milestone can be found using this diff --git a/SQift.podspec b/SQift.podspec index 057c1f6..2cd0171 100644 --- a/SQift.podspec +++ b/SQift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SQift' - s.version = '3.0.2' + s.version = '3.1.0' s.license = 'MIT' s.summary = 'A lightweight Swift wrapper for SQLite.' s.homepage = 'https://github.com/Nike-Inc/SQift' diff --git a/Source/Supporting Files/Info-tvOS.plist b/Source/Supporting Files/Info-tvOS.plist index e93b3b4..fd66f0f 100644 --- a/Source/Supporting Files/Info-tvOS.plist +++ b/Source/Supporting Files/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.2 + 3.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index 49ca846..543e5f9 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.2 + 3.1.0 CFBundleSignature ???? CFBundleVersion