Skip to content

Commit a937fa2

Browse files
committed
Bumped the version to 3.1.0 to allow Swift 4.0 bug fixes as 3.0.x releases.
1 parent b547b72 commit a937fa2

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
55

66
#### 3.x Releases
77

8-
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)
8+
- `3.1.x` Releases - [3.1.0](#310)
9+
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
910

1011
#### 2.x Releases
1112

@@ -31,10 +32,10 @@ All notable changes to this project will be documented in this file.
3132

3233
---
3334

34-
## [3.0.2](https://github.com/Nike-Inc/SQift/releases/tag/3.0.2)
35+
## [3.1.0](https://github.com/Nike-Inc/SQift/releases/tag/3.1.0)
3536

3637
Released on 2018-04-10. All issues associated with this milestone can be found using this
37-
[filter](https://github.com/Nike-Inc/SQift/milestone/5?closed=1).
38+
[filter](https://github.com/Nike-Inc/SQift/milestone/2?closed=1).
3839

3940
#### Updated
4041

@@ -51,6 +52,8 @@ Released on 2018-04-10. All issues associated with this milestone can be found u
5152
- Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request
5253
[#6](https://github.com/Nike-Inc/SQift/pull/6).
5354

55+
---
56+
5457
## [3.0.1](https://github.com/Nike-Inc/SQift/releases/tag/3.0.1)
5558

5659
Released on 2018-01-02. All issues associated with this milestone can be found using this

SQift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SQift'
3-
s.version = '3.0.2'
3+
s.version = '3.1.0'
44
s.license = 'MIT'
55
s.summary = 'A lightweight Swift wrapper for SQLite.'
66
s.homepage = 'https://github.com/Nike-Inc/SQift'

Source/Supporting Files/Info-tvOS.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.2</string>
18+
<string>3.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Source/Supporting Files/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.2</string>
18+
<string>3.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)