Skip to content

Commit d19f034

Browse files
Use new Maven portal address & set the version back to 0.25 in README… (#126)
… for now
1 parent e80742f commit d19f034

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kim - Kotlin Image Metadata
22

3-
[![Kotlin](https://img.shields.io/badge/kotlin-2.1.21-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
3+
[![Kotlin](https://img.shields.io/badge/kotlin-2.2.0-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
44
![JVM](https://img.shields.io/badge/-JVM-gray.svg?style=flat)
55
![Android](https://img.shields.io/badge/-Android-gray.svg?style=flat)
66
![iOS](https://img.shields.io/badge/-iOS-gray.svg?style=flat)
@@ -39,7 +39,7 @@ of Ashampoo Photo Organizer, which, in turn, is driven by user community feedbac
3939
## Installation
4040

4141
```
42-
implementation("com.ashampoo:kim:0.25.1")
42+
implementation("com.ashampoo:kim:0.25")
4343
```
4444

4545
For the targets `wasmJs` & `js` you also need to specify this:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ publishing {
452452
repositories {
453453
maven {
454454
name = "sonatype"
455-
setUrl("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
455+
setUrl("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
456456
credentials {
457457
username = getExtraString("ossrhUsername")
458458
password = getExtraString("ossrhPassword")

0 commit comments

Comments
 (0)