Skip to content

Commit

Permalink
Update version in readme (listed GAV)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Jul 16, 2016
1 parent edd3adb commit aabcc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(https://www.versioneye.com/user/projects/5768397dfdabcd004d3fcbd1/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5768397dfdabcd004d3fcbd1) [![Codacy Badge]
(https://api.codacy.com/project/badge/Grade/8b2ad90b769b45a892dcb4621ce484d6)](https://www.codacy.com/app/ljacqu/DependencyInjector?utm_source=github.com&utm_medium=referral&utm_content=ljacqu/DependencyInjector&utm_campaign=Badge_Grade)

Simple but customizable dependency injector for Java 1.7 or above.
Simple but customizable dependency injector for Java 1.7 and above.


### Why use it
Expand All @@ -21,7 +21,7 @@ Using Maven, you can get the injector by adding this to your pom.xml:
<dependency>
<groupId>ch.jalu</groupId>
<artifactId>injector</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
```

Expand Down

0 comments on commit aabcc34

Please sign in to comment.