Skip to content

Commit

Permalink
roll up version
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Jul 11, 2016
1 parent af4147f commit 03fd1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Join the chat at https://gitter.im/aatarasoff/spring-thrift-starter](https://badges.gitter.im/aatarasoff/spring-thrift-starter.svg)](https://gitter.im/aatarasoff/spring-thrift-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/aatarasoff/spring-thrift-starter.svg?branch=master)](https://travis-ci.org/aatarasoff/spring-thrift-starter)

## What it is about

Set of cool annotations that helps you building Thrift applications with Spring Boot.

## How to connect the project
Expand All @@ -17,7 +15,7 @@ repositories {
```

```
compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.0.0.RELEASE'
compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.1.0.RELEASE'
```

## How to use this
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

allprojects {
group = 'info.developerblog.spring.thrift'
version = '1.0.0.RELEASE'
version = '1.1.0.RELEASE'

repositories {
jcenter()
Expand Down

0 comments on commit 03fd1a8

Please sign in to comment.