Skip to content

Commit

Permalink
Bumped the version to 3.1.0 to allow Swift 4.0 bug fixes as 3.0.x rel…
Browse files Browse the repository at this point in the history
…eases.
  • Loading branch information
cnoon committed Apr 10, 2018
1 parent b547b72 commit a937fa2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SQift.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info-tvOS.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.0.2</string>
<string>3.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/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.0.2</string>
<string>3.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a937fa2

Please sign in to comment.