From 03fd1a82d7f1b621e65b3d161100b6119c15e07e Mon Sep 17 00:00:00 2001 From: aatarasoff Date: Mon, 11 Jul 2016 16:39:18 +0300 Subject: [PATCH] roll up version --- README.md | 4 +--- build.gradle | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dca6bab..c4a09f7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/build.gradle b/build.gradle index 387b517..2013c64 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { allprojects { group = 'info.developerblog.spring.thrift' - version = '1.0.0.RELEASE' + version = '1.1.0.RELEASE' repositories { jcenter()