From 01658b44f4ffab407ed5da4ae9acf6dd63655271 Mon Sep 17 00:00:00 2001 From: wwan13 Date: Thu, 20 Jun 2024 20:42:29 +0900 Subject: [PATCH] chore : Version up 0.0.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 144ed55..c83feb1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ repositories { ```groovy dependencies { - implementation 'com.github.wwan13:winter-security:0.0.2' + implementation 'com.github.wwan13:winter-security:0.0.5' } ``` diff --git a/build.gradle b/build.gradle index a95aeae..3cd933c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.wwan13' -version = '0.0.2' +version = '0.0.5' java { sourceCompatibility = '17'