From aaab700f34bd2aca9df05c58aa65e03c4d9073d9 Mon Sep 17 00:00:00 2001 From: jspark03 Date: Tue, 3 Dec 2019 05:58:34 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 152a5c8..126a107 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository. com.joonsang.graylog graylog-sdk-spring-boot-starter - 1.0.1 + 1.1.0 ``` **Gradle** ``` -implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '1.0.1' +implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '1.1.0' ``` ## Usage