Skip to content

Commit

Permalink
Release version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nivertius committed Apr 16, 2020
1 parent 3d299ea commit 85e936d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Add as dependency:
<dependency>
<groupId>org.perfectable</groupId>
<artifactId>introspectable</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</dependency>
```

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>introspectable</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>

<name>Introspectable</name>
<description>Easier java reflections</description>
Expand All @@ -35,7 +35,7 @@
<scm>
<connection>scm:git:https://source.perfectable.org/nivertius/introspectable.git</connection>
<developerConnection>scm:git:git@source.perfectable.org:nivertius/introspectable.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.0.1</tag>
<url>https://source.perfectable.org/nivertius/introspectable</url>
</scm>

Expand Down

0 comments on commit 85e936d

Please sign in to comment.