Skip to content

Commit 091cf12

Browse files
committed
Update version to 2025.5.9
1 parent dcc1ea2 commit 091cf12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add JCopyButton as a dependency.
4040

4141
```
4242
dependencies {
43-
implementation 'com.github.Valkryst:JCopyButton:2025.5.8'
43+
implementation 'com.github.Valkryst:JCopyButton:2025.5.9'
4444
}
4545
```
4646

@@ -62,7 +62,7 @@ Add JCopyButton as a dependency.
6262
<dependency>
6363
<groupId>com.github.Valkryst</groupId>
6464
<artifactId>JCopyButton</artifactId>
65-
<version>2025.5.8</version>
65+
<version>2025.5.9</version>
6666
</dependency>
6767
```
6868

@@ -77,7 +77,7 @@ resolvers += "jitpack" at "https://jitpack.io"
7777
Add JCopyButton as a dependency.
7878

7979
```
80-
libraryDependencies += "com.github.Valkryst" % "JCopyButton" % "2025.5.8"
80+
libraryDependencies += "com.github.Valkryst" % "JCopyButton" % "2025.5.9"
8181
```
8282

8383
## Example

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.Valkryst</groupId>
66
<artifactId>JCopyButton</artifactId>
7-
<version>2025.5.8</version>
7+
<version>2025.5.9</version>
88
<packaging>jar</packaging>
99
<name>JCopyButton</name>
1010

0 commit comments

Comments
 (0)