Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Problem: Project version in README is out of date
Browse files Browse the repository at this point in the history
Solution: Update to 1.0.0-2
  • Loading branch information
msteinhoff committed Jan 6, 2017
1 parent 750b9e8 commit b59d25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/msteinhoff/dropwizard-grpc.svg?branch=master)](https://travis-ci.org/msteinhoff/dropwizard-grpc)
[![Coverage Status](https://img.shields.io/coveralls/msteinhoff/dropwizard-grpc.svg)](https://coveralls.io/r/msteinhoff/dropwizard-grpc)
[![Bintray](https://img.shields.io/bintray/v/msteinhoff/maven/dropwizard-grpc.svg)](https://bintray.com/msteinhoff/maven/dropwizard-grpc)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.msteinhoff/dropwizard-grpc.svg)](http://search.maven.org/#artifactdetails%7Cio.github.msteinhoff%7Cdropwizard-grpc%7C1.0.0-1%7C)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.msteinhoff/dropwizard-grpc.svg)](http://search.maven.org/#artifactdetails%7Cio.github.msteinhoff%7Cdropwizard-grpc%7C1.0.0-2%7C)

A set of classes to use [gRPC] [1] server in a [Dropwizard] [2] application.

Expand Down Expand Up @@ -160,13 +160,13 @@ project simply add the following dependency to your pom.xml:
<dependency>
<groupId>io.github.msteinhoff</groupId>
<artifactId>dropwizard-grpc</artifactId>
<version>1.0.0-1</version>
<version>1.0.0-2</version>
</dependency>

Or if you are using gradle:

dependencies {
compile 'io.github.msteinhoff:dropwizard-grpc:1.0.0-1'
compile 'io.github.msteinhoff:dropwizard-grpc:1.0.0-2'
}

# Support
Expand Down

0 comments on commit b59d25a

Please sign in to comment.