Skip to content

Commit

Permalink
Incremented version 0.1.0 -> 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
misha committed Jul 20, 2014
1 parent 9798012 commit c5012ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Iroh is implemented using AspectJ. Check out the example POM [here](https://gith
<dependency>
<groupId>com.github.msoliter</groupId>
<artifactId>iroh</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.msoliter</groupId>
<artifactId>iroh</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<name>iroh</name>
<url>https://github.com/msoliter/iroh</url>
Expand Down

0 comments on commit c5012ca

Please sign in to comment.