Skip to content

Commit

Permalink
Bumped version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sikorka committed Nov 15, 2017
1 parent c927a5d commit 9f98208
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 @@ -30,7 +30,7 @@ Add a dependency into your `pom.xml`:
<dependency>
<groupId>com.github.sikorka</groupId>
<artifactId>tiny-log</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>

In the class that's about to log msgs add on top (import statically):
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.sikorka</groupId>
<artifactId>tiny-log</artifactId>
<version>2.0</version>
<version>2.1</version>

<name>Tiny Log</name>
<description>Makes command line messages pop.</description>
Expand Down

0 comments on commit 9f98208

Please sign in to comment.