Skip to content

Commit

Permalink
Merge pull request #78 from Iconscout/release-2.1.8
Browse files Browse the repository at this point in the history
release: 2.1.8
  • Loading branch information
tarunmangukiya authored May 5, 2020
2 parents 9c7c54e + c020087 commit 8c7201d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
It's easy to use Unicons on your website by just inserting following css. You can also download this repo and use the css from `css` folder.

```html
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.7/css/unicons.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.8/css/unicons.css">
```

And use the icons in your `body` as below.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iconscout/unicons",
"version": "2.1.7",
"version": "2.1.8",
"description": "Ready to use font icons for your next project",
"scripts": {
"line:build": "npm run line:download && npm run line:generate-fontello-config && npm run line:generate && npm run line:build-sprite",
Expand Down

0 comments on commit 8c7201d

Please sign in to comment.