Skip to content

Commit 57ba204

Browse files
author
Xinguang Wang
committed
Update README.md and CHANGELOG.md
1 parent b14d848 commit 57ba204

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
xcode_project: AlamofireSwiftyJSON.xcodeproj
3-
osx_image: xcode9.2
4-
xcode_sdk: iphonesimulator11.0
3+
osx_image: xcode10.1
4+
xcode_sdk: iphonesimulator12.0
55
xcode_scheme: AlamofireSwiftyJSON
66

77
env:

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
`AlamofireSwiftyJSON` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### 1.x Releases
6-
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101)
6+
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102)
77
- `0.2.x` Releases - [0.2.0](#020)
88
- `0.1.x` Releases - [0.1.0](#010) | [0.1.1](#011)
99

@@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file.
1313
Released on June 30, 2017.
1414
## [1.0.1](https://github.com/Xinguang/AlamofireSwiftyJSON/releases/tag/1.0.1)
1515
Released on Jan 16, 2018.
16+
## [1.0.2](https://github.com/Xinguang/AlamofireSwiftyJSON/releases/tag/1.0.2)
17+
Released on Jan 11, 2019.
1618

1719
#### Added
1820
- Supports SPM

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Easy way to use both [Alamofire](https://github.com/Alamofire/Alamofire) and [Sw
1313

1414
## Requirements
1515

16-
- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
17-
- Xcode 8.1+
18-
- Swift 3.0+
16+
- iOS 10.0+ / macOS 10.12+ / tvOS 10.0+ / watchOS 3.0+
17+
- Xcode 10.1+
18+
- Swift 4.2+
1919

2020
## Installation
2121

0 commit comments

Comments
 (0)