Skip to content

Commit

Permalink
Fixed wrong version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
johncrisostomo committed Apr 27, 2018
1 parent 015f4c7 commit 6e39f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://travis-ci.org/johncrisostomo/get-ssl-certificate.svg?branch=master)](https://travis-ci.org/johncrisostomo/get-ssl-certificate)
[![Coverage Status](https://coveralls.io/repos/github/johncrisostomo/get-ssl-certificate/badge.svg?branch=master)](https://coveralls.io/github/johncrisostomo/get-ssl-certificate?branch=master)
[![Code Climate](https://codeclimate.com/github/johncrisostomo/get-ssl-certificate/badges/gpa.svg)](https://codeclimate.com/github/johncrisostomo/get-ssl-certificate)
[![npm](https://img.shields.io/badge/npm-v2.0.2-blue.svg)](https://www.npmjs.com/package/get-ssl-certificate)
[![npm](https://img.shields.io/badge/npm-v2.1.1-blue.svg)](https://www.npmjs.com/package/get-ssl-certificate)

### Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "get-ssl-certificate",
"version": "2.0.2",
"version": "2.1.1",
"description": "A micro-library that returns a website's SSL certificate",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6e39f89

Please sign in to comment.