diff --git a/README.md b/README.md index b69b03e..297f2e6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Maven `pom.xml` and Gradle `build.gradle` are as follows: io.github.sttk stringcase - 0.1.0 + 0.2.0 ``` @@ -51,7 +51,7 @@ repositories { mavenCentral() } dependencies { - implementation 'io.github.sttk:stringcase:0.1.0' + implementation 'io.github.sttk:stringcase:0.2.0' } ``` @@ -101,8 +101,8 @@ See the file LICENSE in this distribution for more details. [repo-url]: https://github.com/sttk/stringcase-java -[mvn-img]: https://img.shields.io/badge/maven_central-0.1.0-276bdd.svg -[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/stringcase/0.1.0 +[mvn-img]: https://img.shields.io/badge/maven_central-0.2.0-276bdd.svg +[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/stringcase/0.2.0 [io-img]: https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg [io-url]: https://sttk.github.io/stringcase-java/ [ci-img]: https://github.com/sttk/stringcase-java/actions/workflows/java-ci.yml/badge.svg?branch=main diff --git a/pom.xml b/pom.xml index ef66077..6ce5512 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.sttk stringcase - 0.1.0 + 0.2.0 jar stringcase diff --git a/src/main/java/com/github/sttk/stringcase/package-info.java b/src/main/java/com/github/sttk/stringcase/package-info.java index 2e1dac4..f39b2dc 100644 --- a/src/main/java/com/github/sttk/stringcase/package-info.java +++ b/src/main/java/com/github/sttk/stringcase/package-info.java @@ -1,11 +1,11 @@ /* * package-info class. - * Copyright (C) 2024 Takayuki Sato. All Rights Reserved. + * Copyright (C) 2024-2025 Takayuki Sato. All Rights Reserved. */ /** * This package contains modules related to converting string case. * - * @version 0.1 + * @version 0.2 */ package com.github.sttk.stringcase;