Skip to content

Commit

Permalink
Changes to prepare 0.10.3 release. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown authored and dmcrodrigues committed Nov 2, 2018
1 parent 30dafc0 commit f3b607c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Vinyl.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f3b607c

Please sign in to comment.