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'