Skip to content

Commit 4a776b9

Browse files
v1.0.1
1 parent 902003c commit 4a776b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
Step 2. Add the dependency
2222
```groovy
2323
dependencies {
24-
implementation 'com.webirr:webirr:Tag'
24+
implementation 'com.github.webirr:webirr-api-kotlin-jvm-client:Tag'
2525
}
2626
```
2727

@@ -42,8 +42,8 @@ Step 2. Add the dependency
4242

4343
```xml
4444
<dependency>
45-
<groupId>com.webirr</groupId>
46-
<artifactId>webirr</artifactId>
45+
<groupId>com.github.webirr</groupId>
46+
<artifactId>webirr-api-kotlin-jvm-client</artifactId>
4747
<version>Tag</version>
4848
</dependency>
4949
```

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.webirr'
7-
version '1.0.0'
7+
version '1.0.1'
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)