Skip to content

Commit

Permalink
Build v5.3.0 for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
droid-w committed Jul 2, 2021
1 parent 73d1f59 commit 9153deb
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 41 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FontAwesome v5.2.0 - Icon set
# FontAwesome v5.3.0 - Icon set

## Getting Start

Expand All @@ -17,7 +17,7 @@
### CDN

```html
<script src="https://cdn.jsdelivr.net/npm/font-awesome-iconset@5.2.0/dist/iconset.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/font-awesome-iconset@5.3.0/dist/iconset.min.js"></script>

<!-- ICON_SET global variable will be defined -->
```
105 changes: 87 additions & 18 deletions dist/iconset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/iconset.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-awesome-iconset",
"version": "5.2.0",
"version": "5.3.0",
"description": "Font Awesome icon set.",
"main": "./dist/iconset.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion parser/parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import prettier from 'prettier';

const file_max = './src/iconset.js'

const address = 'https://github.com/FortAwesome/Font-Awesome/raw/5.2.0/advanced-options/metadata/icons.yml'
const address = 'https://github.com/FortAwesome/Font-Awesome/raw/5.3.0/advanced-options/metadata/icons.yml'


let parser = async () => {
Expand Down
Loading

0 comments on commit 9153deb

Please sign in to comment.