Skip to content

Commit 2f51c9d

Browse files
committed
Bump up version
v1.6.2
1 parent 1fc330d commit 2f51c9d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Tabslet",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"homepage": "https://github.com/vdw/Tabslet",
55
"authors": [
66
"Dimitris Krestos <dkrestos@gmail.com>"

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div class="twelve columns">
3737
<h1><img src="images/tabslet_logo.png" class="logo">Tabslet</h1>
3838
<h2>A jQuery plugin for tabs</h2>
39-
<a class="button" href="https://github.com/vdw/Tabslet/archive/master.zip">download <small>v1.6.1</small></a>
39+
<a class="button" href="https://github.com/vdw/Tabslet/archive/master.zip">download <small>v1.6.2</small></a>
4040
<a class="link" href="https://github.com/vdw/Tabslet">or view on GitHub</a>
4141
</div>
4242
</div>

demo/javascripts/vendor/jquery.tabslet.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @copyright Copyright 2015, Dimitris Krestos
55
* @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
66
* @link http://vdw.staytuned.gr
7-
* @version v1.6.1
7+
* @version v1.6.2
88
*/
99

1010
/* Sample html structure

jquery.tabslet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @copyright Copyright 2015, Dimitris Krestos
55
* @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
66
* @link http://vdw.staytuned.gr
7-
* @version v1.6.1
7+
* @version v1.6.2
88
*/
99

1010
/* Sample html structure

jquery.tabslet.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @copyright Copyright 2015, Dimitris Krestos
55
* @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
66
* @link http://vdw.staytuned.gr
7-
* @version v1.6.1
7+
* @version v1.6.2
88
*/
99

1010
/* Sample html structure

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabslet",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Yet another jQuery plugin for tabs, lightweight, easy to use and with some extra features.",
55
"main": "jquery.tabslet.js",
66
"directories": {

tabslet.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"plugins",
99
"tabs"
1010
],
11-
"version": "1.6.1",
11+
"version": "1.6.2",
1212
"author": {
1313
"name": "Dimitris Krestos",
1414
"email": "dkrestos@gmail.com",

0 commit comments

Comments
 (0)