Skip to content

Commit

Permalink
Bump version from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Jan 22, 2022
1 parent cc52960 commit 7f19e49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.2.1 (22 Jan 2022)

## Enhancements
- Add JavaDoc comments
- Minor code cleanup

# 2.2.0 (7 Sep 2021)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stopwatch.print();
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>stopwatch</artifactId>
<version>2.2.0</version>
<version>2.2.1</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>org.silentsoft</groupId>
<artifactId>stopwatch</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>

<name>Stopwatch</name>
<description>Stopwatch for get rid of chore in your code.</description>
Expand Down

0 comments on commit 7f19e49

Please sign in to comment.