Skip to content

Commit

Permalink
next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Sep 17, 2020
1 parent 37fcc82 commit 26ebbdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
image:https://img.shields.io/maven-central/v/io.github.lognet/grpc-spring-boot-starter.svg?label=Maven%20Central[link=https://search.maven.org/search?q=g:%22io.github.lognet%22%20AND%20a:%22grpc-spring-boot-starter%22]
image:https://travis-ci.org/LogNet/grpc-spring-boot-starter.svg?branch=master[Build Status,link=https://travis-ci.org/LogNet/grpc-spring-boot-starter]
image:https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master/graph/badge.svg["Codecov",link="https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master"]
Best viewed with image:https://www.octotree.io/_nuxt/img/03e72a3.svg["Octoree",width="24", link="https://www.octotree.io"]

:toc:
:source-highlighter: prettify
:numbered:
:icons: font



== Features

Auto-configures and runs the embedded gRPC server with @GRpcService-enabled beans as part of spring-boot application. +
Expand All @@ -28,7 +31,7 @@ repositories {
}
dependencies {
compile 'io.github.lognet:grpc-spring-boot-starter:3.5.7'
compile 'io.github.lognet:grpc-spring-boot-starter:4.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4.0.0
version=4.0.1-SNAPSHOT
group=io.github.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
Expand Down

0 comments on commit 26ebbdd

Please sign in to comment.