Skip to content

Commit

Permalink
Bump version from 1.9.0 to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Mar 21, 2022
1 parent 17d5193 commit 15a994d
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.10.0 (21 Mar 2022)

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

# 1.9.0 (14 Mar 2022)

## Dependency Updates
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.9.0</version>
<version>1.10.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.9.0</version>
<version>1.10.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.7.0</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
Expand Down

0 comments on commit 15a994d

Please sign in to comment.