Skip to content

Commit

Permalink
Supports simple-icons v6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Feb 25, 2022
1 parent 5af2daa commit 22ee044
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.4.0 (25 Feb 2022)

## Enhancements
- Supports [simple-icons v6.11.0](https://github.com/simple-icons/simple-icons/releases/tag/6.11.0)

# 1.3.0 (13 Feb 2022)

## Enhancements
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

`SimpleIcons4J` is a Java implementation of the [simple-icons](https://www.npmjs.com/package/simple-icons) JavaScript library and is inspired by [simpleicons.org](https://simpleicons.org).

This library currently supports [simple-icons v6.10.0](https://github.com/simple-icons/simple-icons/releases/tag/6.10.0).
This library currently supports [simple-icons v6.11.0](https://github.com/simple-icons/simple-icons/releases/tag/6.11.0).

## Installation
```xml
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>simpleicons4j</artifactId>
<version>1.3.0</version>
<version>1.4.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>simpleicons4j</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>

<name>SimpleIcons4J</name>
<description>SimpleIcons4J is a Java implementation of the simple-icons JavaScript library and is inspired by simpleicons.org.</description>
Expand Down Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>simple-icons</artifactId>
<version>6.10.0</version>
<version>6.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions slugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@
| `Contentful` | `contentful` | `ContentfulIcon` |
| `Convertio` | `convertio` | `ConvertioIcon` |
| `Cookiecutter` | `cookiecutter` | `CookiecutterIcon` |
| `Cora` | `cora` | `CoraIcon` |
| `Corona Engine` | `coronaengine` | `CoronaengineIcon` |
| `Corona Renderer` | `coronarenderer` | `CoronarendererIcon` |
| `Corsair` | `corsair` | `CorsairIcon` |
Expand Down Expand Up @@ -1012,6 +1013,7 @@
| `Last.fm` | `lastdotfm` | `LastdotfmIcon` |
| `LastPass` | `lastpass` | `LastpassIcon` |
| `Launchpad` | `launchpad` | `LaunchpadIcon` |
| `Leader Price` | `leaderprice` | `LeaderpriceIcon` |
| `Leaflet` | `leaflet` | `LeafletIcon` |
| `Leanpub` | `leanpub` | `LeanpubIcon` |
| `LeetCode` | `leetcode` | `LeetcodeIcon` |
Expand Down Expand Up @@ -1349,6 +1351,7 @@
| `PhpStorm` | `phpstorm` | `PhpstormIcon` |
| `Pi-hole` | `pihole` | `PiholeIcon` |
| `PicPay` | `picpay` | `PicpayIcon` |
| `Picard Surgelés` | `picardsurgeles` | `PicardsurgelesIcon` |
| `Picarto.TV` | `picartodottv` | `PicartodottvIcon` |
| `Picnic` | `picnic` | `PicnicIcon` |
| `Pimcore` | `pimcore` | `PimcoreIcon` |
Expand Down Expand Up @@ -1665,6 +1668,7 @@
| `Snowflake` | `snowflake` | `SnowflakeIcon` |
| `Snowpack` | `snowpack` | `SnowpackIcon` |
| `Snyk` | `snyk` | `SnykIcon` |
| `Social Blade` | `socialblade` | `SocialbladeIcon` |
| `Society6` | `society6` | `Society6Icon` |
| `Socket.io` | `socketdotio` | `SocketdotioIcon` |
| `Sogou` | `sogou` | `SogouIcon` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class IconGenerator {

private static final Logger LOGGER = LoggerFactory.getLogger(IconGenerator.class);

private static final String WEBJAR_RESOURCE_ROOT = "/META-INF/resources/webjars/simple-icons/6.10.0";
private static final String WEBJAR_RESOURCE_ROOT = "/META-INF/resources/webjars/simple-icons/6.11.0";

public static void main(String[] args) throws Exception {
TreeMap<String, String> iconMap = new TreeMap<>();
Expand Down

0 comments on commit 22ee044

Please sign in to comment.