Skip to content

Commit

Permalink
Changes for 0.10.4 release. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown authored and dmcrodrigues committed Jan 10, 2019
1 parent b88393c commit d5cc99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Vinyl
-----

[![Version](https://img.shields.io/badge/version-0.10.3-blue.svg)](https://github.com/Velhotes/Vinyl/releases/latest)
[![Version](https://img.shields.io/badge/version-0.10.4-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)
[![Swift 4.1](https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat)](https://developer.apple.com/swift/)
[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](https://developer.apple.com/swift/)
[![License MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](https://opensource.org/licenses/MIT)
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20OS%20X%20%7C%20tvOS%20-lightgrey.svg)

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

## Current Status

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).
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).

## Roadmap

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.3"
s.version = "0.10.4"
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 d5cc99e

Please sign in to comment.