Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinguang Wang committed Jan 11, 2019
1 parent b14d848 commit 57ba204
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
xcode_project: AlamofireSwiftyJSON.xcodeproj
osx_image: xcode9.2
xcode_sdk: iphonesimulator11.0
osx_image: xcode10.1
xcode_sdk: iphonesimulator12.0
xcode_scheme: AlamofireSwiftyJSON

env:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
`AlamofireSwiftyJSON` adheres to [Semantic Versioning](http://semver.org/).

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

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

#### Added
- Supports SPM
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Easy way to use both [Alamofire](https://github.com/Alamofire/Alamofire) and [Sw

## Requirements

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

## Installation

Expand Down

0 comments on commit 57ba204

Please sign in to comment.