Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 88c9286

Browse files
Updated readme to update version in gradle and meaven example
1 parent e81566b commit 88c9286

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ apply plugin: 'kotlin-kapt'
1515
...
1616
dependencies {
1717
...
18-
implementation 'com.thinkinglogic.builder:kotlin-builder-annotation:1.0.2'
19-
kapt 'com.thinkinglogic.builder:kotlin-builder-processor:1.0.2'
18+
implementation 'com.thinkinglogic.builder:kotlin-builder-annotation:1.0.3'
19+
kapt 'com.thinkinglogic.builder:kotlin-builder-processor:1.0.3'
2020
}
2121
```
2222
##### Maven
@@ -26,7 +26,7 @@ dependencies {
2626
<dependency>
2727
<groupId>com.thinkinglogic.builder</groupId>
2828
<artifactId>kotlin-builder-annotation</artifactId>
29-
<version>1.0.2</version>
29+
<version>1.0.3</version>
3030
</dependency>
3131
...
3232
</dependencies>
@@ -46,7 +46,7 @@ dependencies {
4646
<annotationProcessorPath>
4747
<groupId>com.thinkinglogic.builder</groupId>
4848
<artifactId>kotlin-builder-processor</artifactId>
49-
<version>1.0.2</version>
49+
<version>1.0.3</version>
5050
</annotationProcessorPath>
5151
</annotationProcessorPaths>
5252
</configuration>

0 commit comments

Comments
 (0)