From f4e3c6d794a826445b3da8068f1b3093d2c1cbf4 Mon Sep 17 00:00:00 2001 From: Lukas W Date: Wed, 7 Jul 2021 17:16:11 +0200 Subject: [PATCH] Bump version to 0.18 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bacd9b1..d14002c 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 ## diff --git a/package.json b/package.json index 4f64986..3ceec92 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.17.0", + "version": "0.18.0", "style": "assets/font-logos.css", "authors": [ "Lukas W (https://github.com/Lukas-W)"