Skip to content

Commit

Permalink
Bumped v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 4, 2018
1 parent 403fe50 commit 2ebb34f
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
@@ -1,7 +1,7 @@
# fastify-reply-from

[![Build Status](https://travis-ci.org/mcollina/fastify-reply-from.svg?branch=master)](https://travis-ci.org/mcollina/fastify-reply-from)
[![NPM version](https://img.shields.io/npm/v/fastify-reply-from.svg?style=flat)](https://www.npmjs.com/package/fastify-reply-from)
[![NPM version](https://img.shields.io/npm/v/fastify-reply-from.svg?style=flat)](https://www.npmjs.com/package/fastify-reply-fro-reply-fromm)

fastify plugin to forward the current http request to another server.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-reply-from",
"version": "0.0.1",
"version": "0.1.0",
"description": "forward your HTTP request to another server, for fastify",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2ebb34f

Please sign in to comment.