Skip to content

Commit

Permalink
Bump version from 1.5.2 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Feb 25, 2022
1 parent 072fd8d commit 8e5af68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.6.0 (25 Feb 2022)

## Dependency Updates
- [simpleicons4j v1.4.0](https://github.com/silentsoft/simpleicons4j/releases/tag/v1.4.0)

# 1.5.2 (17 Feb 2022)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Badge.builder()
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>badge4j</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.silentsoft</groupId>
<artifactId>badge4j</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>

<name>Badge4J</name>
<description>Badge4J is a Java implementation of the badge-maker JavaScript library and is inspired by shields.io.</description>
Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>simpleicons4j</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
Expand Down

0 comments on commit 8e5af68

Please sign in to comment.