diff --git a/README.md b/README.md index ffe940390..592499a4d 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons. Icons can be served from a CDN such as [jsDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following: ```html - - + + ``` Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example: ```html - - + + ``` These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed. diff --git a/package.json b/package.json index f4da97f69..f4bbcfe52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "9.21.0", + "version": "10.0.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 16ed32877..526a76e4f 100644 Binary files a/slugs.md and b/slugs.md differ