Skip to content

Commit

Permalink
Release v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowyers committed Dec 14, 2016
1 parent 59900d3 commit 9398227
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.html
Expand Up @@ -4,7 +4,7 @@ <h1 id="mislider-jquery-plugin">miSlider jQuery Plugin</h1>
images or slides of content. The slider can be configured to
display one slide at a time, as many slides as possible
or anything in between.</p>
<p><strong>Version: 0.1.13</strong><br><strong>Contributors</strong>: jbowyers<br><strong>Donate link</strong>:<br><strong>Tags</strong>: slider, jQuery, plugin, carousel, image, gallery, multiple, images<br><strong>Requires</strong>: jQuery<br><strong>License</strong>: GPLv3<br><strong>License URI</strong>: <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a></p>
<p><strong>Version: 0.1.14</strong><br><strong>Contributors</strong>: jbowyers<br><strong>Donate link</strong>:<br><strong>Tags</strong>: slider, jQuery, plugin, carousel, image, gallery, multiple, images<br><strong>Requires</strong>: jQuery<br><strong>License</strong>: GPLv3<br><strong>License URI</strong>: <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a></p>
<h2 id="highlights">Highlights</h2>
<ul>
<li>Easy to use</li>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "mislider",
"title": "miSlider",
"version": "0.1.13",
"version": "0.1.14",
"authors": [
"John Bowyer-Smyth"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/css/mislider.css
@@ -1,6 +1,6 @@

/* miSlider Core Styles ========================================== */
/* Version: 0.1.13 */
/* Version: 0.1.14 */

/* Resets */
.mis-stage, .mis-slider, .mis-slide, .mis-container, .mis-container * {
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -126,7 +126,7 @@ <h1 id="mislider-jquery-plugin">miSlider jQuery Plugin</h1>
images or slides of content. The slider can be configured to
display one slide at a time, as many slides as possible
or anything in between.</p>
<p><strong>Version: 0.1.13</strong><br><strong>Contributors</strong>: jbowyers<br><strong>Donate link</strong>:<br><strong>Tags</strong>: slider, jQuery, plugin, carousel, image, gallery, multiple, images<br><strong>Requires</strong>: jQuery<br><strong>License</strong>: GPLv3<br><strong>License URI</strong>: <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a></p>
<p><strong>Version: 0.1.14</strong><br><strong>Contributors</strong>: jbowyers<br><strong>Donate link</strong>:<br><strong>Tags</strong>: slider, jQuery, plugin, carousel, image, gallery, multiple, images<br><strong>Requires</strong>: jQuery<br><strong>License</strong>: GPLv3<br><strong>License URI</strong>: <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a></p>
<h2 id="highlights">Highlights</h2>
<ul>
<li>Easy to use</li>
Expand Down
2 changes: 1 addition & 1 deletion demo/js/mislider.js
@@ -1,6 +1,6 @@
/**
* miSlider
* Version: 0.1.13
* Version: 0.1.14
* URL: private
* Description: A multi-item slider for displaying one or more items per slide
* Requires: jQuery
Expand Down
2 changes: 1 addition & 1 deletion demo/js/mislider.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/mislider.css
@@ -1,6 +1,6 @@

/* miSlider Core Styles ========================================== */
/* Version: 0.1.13 */
/* Version: 0.1.14 */

/* Resets */
.mis-stage, .mis-slider, .mis-slide, .mis-container, .mis-container * {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/mislider.js
@@ -1,6 +1,6 @@
/**
* miSlider
* Version: 0.1.13
* Version: 0.1.14
* URL: private
* Description: A multi-item slider for displaying one or more items per slide
* Requires: jQuery
Expand Down

0 comments on commit 9398227

Please sign in to comment.