Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Prepare v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Apr 14, 2017
1 parent ab15f4e commit b3c0c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ $ bower install clear-sans-webfont
To include the CSS files through a CDN link, use the following HTML.

```html
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.rawgit.com/resir014/Clear-Sans-Webfont/v1.1.0/css/clear-sans.css">
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.rawgit.com/resir014/Clear-Sans-Webfont/v1.1.1/css/clear-sans.css">
```

**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.
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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 <resir014@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit b3c0c14

Please sign in to comment.