Skip to content

Commit 96cd2a9

Browse files
authored
Changes to prepare for 0.10.2 release (#84)
1 parent bd7c1ef commit 96cd2a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Vinyl
66
-----
77

8-
[![Version](https://img.shields.io/badge/version-0.10.1-blue.svg)](https://github.com/Velhotes/Vinyl/releases/latest)
8+
[![Version](https://img.shields.io/badge/version-0.10.2-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)
@@ -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.1](https://github.com/Velhotes/Vinyl/releases/tag/0.10.1)) 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 ([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).
218218

219219
## Roadmap
220220

Vinyl.podspec

Lines changed: 1 addition & 1 deletion
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.1"
3+
s.version = "0.10.2"
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)