Skip to content

Commit 70717a1

Browse files
committed
Updated to 1.3.0
1 parent 4be6365 commit 70717a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Changelog
22

3-
### Next
3+
### 1.3.0
4+
- Updated to Swift 4.2
45

56
### 1.2.1 (2018-09-11)
67
- Improved CI

Mocker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Mocker'
3-
spec.version = '1.2.1'
3+
spec.version = '1.3.0'
44
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
55
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.'
66

0 commit comments

Comments
 (0)