Skip to content

Commit cefd34a

Browse files
committed
update to 1.1.1 for jitpack rebuild
1 parent a48f59d commit cefd34a

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,7 +1,7 @@
11
moshi-java-codegen
22
=====
33

4-
[![](https://jitpack.io/v/nename0/moshi-java-codegen.svg)](https://jitpack.io/#nename0/moshi-java-codegen/1.1.0)
4+
[![](https://jitpack.io/v/nename0/moshi-java-codegen.svg)](https://jitpack.io/#nename0/moshi-java-codegen/1.1.1)
55

66
This annotation processor generates small and fast [JsonAdapters](https://square.github.io/moshi/1.x/moshi/com/squareup/moshi/JsonAdapter.html)
77
for Moshi from Java classes, just like the [moshi-kotlin-codegen](https://github.com/square/moshi#codegen) for Kotlin.
@@ -26,7 +26,7 @@ repositories {
2626
}
2727
2828
dependencies {
29-
annotationProcessor "com.github.nename0:moshi-java-codegen:1.1.0"
29+
annotationProcessor "com.github.nename0:moshi-java-codegen:1.1.1"
3030
}
3131
```
3232

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ allprojects {
88
apply plugin: "java"
99

1010
group 'com.github.nename0'
11-
version '1.1.0'
11+
version '1.1.1'
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)