Skip to content

Commit

Permalink
Bump version to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Dec 21, 2020
1 parent c917209 commit 1963c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fonts in your project and use the CSS classes listed below.

Alternatively just link to it using a CDN such as [jsDelivr](//jsdelivr.com):

<link href="//cdn.jsdelivr.net/gh/Lukas-W/font-logos@v0.15/assets/font-logos.css" rel="stylesheet">
<link href="//cdn.jsdelivr.net/gh/Lukas-W/font-logos@v0.16/assets/font-logos.css" rel="stylesheet">

## Usage ##

Expand Down Expand Up @@ -47,7 +47,7 @@ Available logos are:
| FreeBSD | `fl-freebsd` | `<span class="fl-freebsd"></span>` |
| Gentoo | `fl-gentoo` | `<span class="fl-gentoo"></span>` |
| illumos | `fl-illumos` | `<span class="fl-illumos"></span>` |
| Kali Linux | `fl-kali-linux` | `<span class="fl-kali-linux"></span>` |
| Kali Linux | `fl-kali-linux` | `<span class="fl-kali-linux"></span>` |
| Linux Mint | `fl-linuxmint[-inverse]` | `<span class="fl-linuxmint"></span>` |
| Mageia | `fl-mageia` | `<span class="fl-mageia"></span>` |
| Manjaro | `fl-manjaro` | `<span class="fl-manjaro"></span>` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "font-logos",
"description": "An icon font providing popular linux distros' logos",
"version": "0.15.0",
"version": "0.16.0",
"style": "assets/font-logos.css",
"authors": [
"Lukas W (https://github.com/Lukas-W)"
Expand Down

0 comments on commit 1963c5e

Please sign in to comment.