From f3b607c63c54fd90018bb7c09babdeeffb5d0cf8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 2 Nov 2018 11:54:06 +0000 Subject: [PATCH] Changes to prepare 0.10.3 release. (#89) --- README.md | 2 +- Vinyl.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b12f08..f3fb20e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Vinyl ----- -[![Version](https://img.shields.io/badge/version-0.10.2-blue.svg)](https://github.com/Velhotes/Vinyl/releases/latest) +[![Version](https://img.shields.io/badge/version-0.10.3-blue.svg)](https://github.com/Velhotes/Vinyl/releases/latest) [![Build Status](https://travis-ci.org/Velhotes/Vinyl.svg?branch=master)](https://travis-ci.org/Velhotes/Vinyl) [![codecov.io](https://codecov.io/github/Velhotes/Vinyl/coverage.svg?branch=master)](https://codecov.io/github/Velhotes/Vinyl?branch=master) [![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) diff --git a/Vinyl.podspec b/Vinyl.podspec index 83afabf..ab1e506 100644 --- a/Vinyl.podspec +++ b/Vinyl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Vinyl" - s.version = "0.10.2" + s.version = "0.10.3" s.summary = "Network testing à la VCR in Swift" 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." s.homepage = "https://github.com/Velhotes/Vinyl"