diff --git a/README.md b/README.md index 0d1de8fe2..ea3245e94 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to pom.xml: com.google.mug mug - 8.4 + 8.5 ``` @@ -48,7 +48,7 @@ Add `mug-errorprone` to your annotationProcessorPaths: com.google.mug mug-errorprone - 8.4 + 8.5 @@ -63,7 +63,7 @@ Protobuf utils ([javadoc](https://google.github.io/mug/apidocs/com/google/mu/pro com.google.mug mug-protobuf - 8.4 + 8.5 ``` @@ -72,7 +72,7 @@ Guava add-ons (with [`SafeSql`](https://google.github.io/mug/apidocs/com/google/ com.google.mug mug-guava - 8.4 + 8.5 ``` @@ -80,9 +80,9 @@ Guava add-ons (with [`SafeSql`](https://google.github.io/mug/apidocs/com/google/ Add to build.gradle: ``` - implementation 'com.google.mug:mug:8.4' - implementation 'com.google.mug:mug-guava:8.4' - implementation 'com.google.mug:mug-protobuf:8.4' + implementation 'com.google.mug:mug:8.5' + implementation 'com.google.mug:mug-guava:8.5' + implementation 'com.google.mug:mug-protobuf:8.5' ```