From a800e1ad4a78be39eb837ebad028b57f585c811b Mon Sep 17 00:00:00 2001 From: Lukas W Date: Tue, 5 Jul 2022 17:15:14 +0200 Subject: [PATCH] Bump version to 1.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e6dbd7..8f4ec58 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 5d18524..5698e72 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.18.0", + "version": "1.0.0", "style": "assets/font-logos.css", "authors": [ "Lukas W (https://github.com/Lukas-W)"