Skip to content

Commit

Permalink
Updated to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Nov 26, 2018
1 parent 4be6365 commit 70717a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog

### Next
### 1.3.0
- Updated to Swift 4.2

### 1.2.1 (2018-09-11)
- Improved CI
Expand Down
2 changes: 1 addition & 1 deletion Mocker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Mocker'
spec.version = '1.2.1'
spec.version = '1.3.0'
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
spec.description = 'Mocker is a library written in Swift which makes it possible to mock data requests using a custom URLProtocol and run them offline.'

Expand Down

0 comments on commit 70717a1

Please sign in to comment.