aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 265c9899..ec1fe66c 100644
--- a/README.md
+++ b/README.md
@@ -17,19 +17,19 @@ Save time. Save code. Save sanity.
* [AutoFactory] - JSR-330-compatible factories
- Latest version: `0.1-beta3`
+ [![Maven Central](https://img.shields.io/maven-central/v/com.google.auto.factory/auto-factory.svg)](https://mvnrepository.com/artifact/com.google.auto.factory/auto-factory)
* [AutoService] - Provider-configuration files for [`ServiceLoader`]
- Latest version: `1.0-rc2`
+ [![Maven Central](https://img.shields.io/maven-central/v/com.google.auto.service/auto-service.svg)](https://mvnrepository.com/artifact/com.google.auto.service/auto-service)
* [AutoValue] - Immutable [value-type] code generation for Java 1.6+.
- Latest version: `1.3`
+ [![Maven Central](https://img.shields.io/maven-central/v/com.google.auto.value/auto-value.svg)](https://mvnrepository.com/artifact/com.google.auto.value/auto-value)
* [Common] - Helper utilities for writing annotation processors.
- Latest version: `0.6`
+ [![Maven Central](https://img.shields.io/maven-central/v/com.google.auto/auto-common.svg)](https://mvnrepository.com/artifact/com.google.auto/auto-common)
## License