Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowyers committed Jun 14, 2015
1 parent a6c287c commit c23b5bb
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.html
Expand Up @@ -10,7 +10,7 @@ <h1 id="about-responsive-menu">About Responsive Menu</h1>
<li><strong>Author</strong>: jbowyers</li>
<li><strong>Copyright</strong>: 2015 jbowyers</li>
<li><strong>License</strong>: GPLv3</li>
<li><strong>Version: 0.2.0</strong></li>
<li><strong>Version: 0.2.1</strong></li>
</ul>
<h2 id="demo">Demo</h2>
<p>Visit <a href="http://responsive-menu.com">http://responsive-menu.com</a> to view a responsive demo</p>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ JavaScript file and CSS file as well as sample HTML.
* **Author**: jbowyers
* **Copyright**: 2015 jbowyers
* **License**: GPLv3
* **Version: 0.2.0**
* **Version: 0.2.1**

## Demo ##

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-responsive-menu",
"version": "0.2.0",
"version": "0.2.1",
"authors": [
"jbowyers"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/css/responsive-menu.css
@@ -1,6 +1,6 @@

/*! Responsive menu
version: 0.2.0
version: 0.2.1
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion demo/css/responsive-menu.min.css

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

2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -227,7 +227,7 @@ <h1 id="about-responsive-menu">About Responsive Menu</h1>
<li><strong>Author</strong>: jbowyers</li>
<li><strong>Copyright</strong>: 2015 jbowyers</li>
<li><strong>License</strong>: GPLv3</li>
<li><strong>Version: 0.2.0</strong></li>
<li><strong>Version: 0.2.1</strong></li>
</ul>
<h2 id="demo">Demo</h2>
<p>Visit <a href="http://responsive-menu.com">http://responsive-menu.com</a> to view a responsive demo</p>
Expand Down
2 changes: 1 addition & 1 deletion demo/js/responsive-menu.js
@@ -1,7 +1,7 @@

/**
* Responsive Menu
* Version: 0.2.0
* Version: 0.2.1
* URL: private
* Description: A drop-down responsive Menu for responsive layouts
* Requires: jQuery
Expand Down
2 changes: 1 addition & 1 deletion demo/js/responsive-menu.min.js

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

2 changes: 1 addition & 1 deletion dist/css/responsive-menu.css
@@ -1,6 +1,6 @@

/*! Responsive menu
version: 0.2.0
version: 0.2.1
*/

/*
Expand Down

0 comments on commit c23b5bb

Please sign in to comment.