Skip to content

Commit 62da5a2

Browse files
WeTransferBotAvdLee
WeTransferBot
andcommitted
Merge release 2.0.2 into master (#40)
* Created a new release * Update Changelog.md * Reference master of WeTransfer-iOS-CI Co-authored-by: Antoine van der Lee <[email protected]>
1 parent e984416 commit 62da5a2

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "Submodules/WeTransfer-iOS-CI"]
22
path = Submodules/WeTransfer-iOS-CI
33
url = https://github.com/WeTransfer/WeTransfer-iOS-CI.git
4+
branch = master

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.0.2
2+
3+
- Make use of the shared SwiftLint script ([#39](https://github.com/WeTransfer/Mocker/pull/39)) via @AvdLee
4+
- Enable tag releasing ([#38](https://github.com/WeTransfer/Mocker/pull/38)) via @AvdLee
5+
16
### 2.0.1
27

38
- Switch over to Danger-Swift & Bitrise ([#34](https://github.com/WeTransfer/Mocker/pull/34)) via @AvdLee

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 = '2.0.1'
3+
spec.version = '2.0.2'
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)