From b3c0c1438d4107bc33ea47e1928ffa5b31bc381e Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Fri, 14 Apr 2017 15:09:35 +0700 Subject: [PATCH] Prepare v1.1.1 release --- README.md | 2 +- _config.yml | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 289d80a..cb56e32 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ bower install clear-sans-webfont To include the CSS files through a CDN link, use the following HTML. ```html - + ``` **Heads up:** The files are hosted on [RawGit](https://rawgit.com/)'s CDN, which is a free service, so there are no uptime or support guarantees. It is highly preferred that you manually host the files yourself. diff --git a/_config.yml b/_config.yml index a85f6ab..82c1d2b 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ sass: sass_dir: ../css style: compressed -version: 1.1.0 +version: 1.1.1 github: repo: https://github.com/resir014/Clear-Sans-Webfont diff --git a/bower.json b/bower.json index d484ad2..2ea9a7f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "clear-sans-webfont", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://github.com/resir014/Clear-Sans-Webfont", "authors": [ "Resi Respati " diff --git a/package.json b/package.json index 2529bf9..f1fc888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clear-sans-webfont", - "version": "1.1.0", + "version": "1.1.1", "description": "Webfont conversion of the Clear Sans typeface designed by Intel.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"