Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panga committed Jul 10, 2018
1 parent 0ee2146 commit 0efa11a
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 @@ -26,7 +26,7 @@ The initial implementation is a small subset of `Introspection` class methods, i
<dependency>
<groupId>com.github.panga</groupId>
<artifactId>java-beans-lite</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.panga</groupId>
<artifactId>java-beans-lite</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>java-beans-lite</name>
<description>Lightweight and fast java.beans.Introspector implementation used to remove
Expand Down

0 comments on commit 0efa11a

Please sign in to comment.