From 1963c5e05343564b0d23f4920109082120b4e89d Mon Sep 17 00:00:00 2001 From: Lukas W Date: Mon, 21 Dec 2020 20:52:45 +0100 Subject: [PATCH] Bump version to 0.16 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 850e2d5..c12429d 100644 --- a/README.md +++ b/README.md @@ -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): - + ## Usage ## @@ -47,7 +47,7 @@ Available logos are: | FreeBSD | `fl-freebsd` | `` | | Gentoo | `fl-gentoo` | `` | | illumos | `fl-illumos` | `` | -| Kali Linux | `fl-kali-linux` | `` | +| Kali Linux | `fl-kali-linux` | `` | | Linux Mint | `fl-linuxmint[-inverse]` | `` | | Mageia | `fl-mageia` | `` | | Manjaro | `fl-manjaro` | `` | diff --git a/package.json b/package.json index 23a3c6e..60ca751 100644 --- a/package.json +++ b/package.json @@ -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)"