Skip to content

Commit d5cc99e

Browse files
mluisbrowndmcrodrigues
authored andcommitted
Changes for 0.10.4 release. (#92)
1 parent b88393c commit d5cc99e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
Vinyl
66
-----
77

8-
[![Version](https://img.shields.io/badge/version-0.10.3-blue.svg)](https://github.com/Velhotes/Vinyl/releases/latest)
8+
[![Version](https://img.shields.io/badge/version-0.10.4-blue.svg)](https://github.com/Velhotes/Vinyl/releases/latest)
99
[![Build Status](https://travis-ci.org/Velhotes/Vinyl.svg?branch=master)](https://travis-ci.org/Velhotes/Vinyl)
1010
[![codecov.io](https://codecov.io/github/Velhotes/Vinyl/coverage.svg?branch=master)](https://codecov.io/github/Velhotes/Vinyl?branch=master)
1111
[![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
12-
[![Swift 4.1](https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat)](https://developer.apple.com/swift/)
12+
[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](https://developer.apple.com/swift/)
1313
[![License MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](https://opensource.org/licenses/MIT)
1414
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20OS%20X%20%7C%20tvOS%20-lightgrey.svg)
1515

@@ -214,7 +214,7 @@ If no `URLSession` is provided, it defaults to `URLSession.shared`.
214214

215215
## Current Status
216216

217-
The current version ([0.10.2](https://github.com/Velhotes/Vinyl/releases/latest)) is currently being used in a project successfully. This gives us some degree of confidence it will work for you as well. **Nevertheless don't forget this is a pre-release version**. If there is something that isn't working for you, or you are finding its usage cumbersome, please [let us know](https://github.com/Velhotes/Vinyl/issues/new).
217+
The [current version](https://github.com/Velhotes/Vinyl/releases/latest) is currently being used in a project successfully. This gives us some degree of confidence it will work for you as well. **Nevertheless don't forget this is a pre-release version**. If there is something that isn't working for you, or you are finding its usage cumbersome, please [let us know](https://github.com/Velhotes/Vinyl/issues/new).
218218

219219
## Roadmap
220220

Vinyl.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Vinyl"
3-
s.version = "0.10.3"
3+
s.version = "0.10.4"
44
s.summary = "Network testing à la VCR in Swift"
55
s.description = "Vinyl is a simple, yet flexible library used for replaying HTTP requests while unit testing. It takes heavy inspiration from DVR and VCR."
66
s.homepage = "https://github.com/Velhotes/Vinyl"

0 commit comments

Comments
 (0)