Skip to content

Commit

Permalink
Updated version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codemzy committed Oct 1, 2018
1 parent a98b4db commit cdc4748
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Hello developer... time to show off your progress and achievements!

```html
<!-- codeBadges minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.css">
<!-- codeBadges minified JavaScript -->
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.js"></script>
```
__Important:__ codeBadges JS relies on jQuery JS, so you need to load jQuery JS before codeBadges JS

Expand Down Expand Up @@ -95,4 +95,4 @@ Don't forget to include your username on the requested site so it can featured.

The MIT License (MIT)

Copyright (c) 2017 codemzy
Copyright (c) 2018 codemzy
2 changes: 1 addition & 1 deletion dist/codebadges.min.js

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

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ <h2>Get Started</h2>
<h4>CDN.</h4>
<pre>
<span class="comment">&lt;!-- codeBadges minified CSS --&gt;</span>
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.css"&gt;
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.css"&gt;
<span class="comment">&lt;!-- codeBadges minified JavaScript --&gt;</span>
&lt;script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.js"&gt;&lt;/script&gt;</pre>
&lt;script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.js"&gt;&lt;/script&gt;</pre>
<p><span class="label label-danger">Important:</span> codeBadges JS relies on jQuery JS, so you need to load jQuery JS before codeBadges JS.</p>

<h2>Usage</h2>
Expand Down Expand Up @@ -108,7 +108,7 @@ <h4>Requests.</h4>

<!--Footer-->
<div id="footer" class="jumbotron text-center">
© 2017 built by <a href="https://codemzy.github.io/" target="_blank">codemzy</a>
© 2018 built by <a href="https://codemzy.github.io/" target="_blank">codemzy</a>
</div>

<!--SCRIPTS-->
Expand Down
2 changes: 1 addition & 1 deletion js/codebadges.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global jQuery */

/*!
* codeBadges v1.0.3 (https://codemzy.github.io/codebadges)
* codeBadges v1.0.4 (https://codemzy.github.io/codebadges)
* Copyright 2018 codemzy
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebadges",
"version": "1.0.3",
"version": "1.0.4",
"description": "Badges to show off your progress at GitHub, FreeCodeCamp, CodeSchool, Codecademy, Treehouse etc",
"main": "js/codebadges.js",
"style": "css/codebadges.css",
Expand Down

0 comments on commit cdc4748

Please sign in to comment.