Skip to content

Commit 21fbd2d

Browse files
committed
feat : Version Up
1 parent cc62a93 commit 21fbd2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
}
3030
3131
dependencies {
32-
implementation "com.github.Pascal-Institute:bumblebee:1.2.2"
32+
implementation "com.github.Pascal-Institute:bumblebee:1.2.3"
3333
}
3434
```
3535

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ publishing {
2626
groupId = "com.pascal.institute"//Navigate beyond computing oceans
2727
artifactId = "bumblebee"
2828

29-
version = "1.2.2"
29+
version = "1.2.3"
3030

3131
from(components["java"])
3232
}

0 commit comments

Comments
 (0)