Skip to content

Commit 0b4f76f

Browse files
author
Valentin Hervieu
committed
Update version number
1 parent 00b6b29 commit 0b4f76f

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "angularjs-slider",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"homepage": "https://github.com/rzajac/angularjs-slider",
55
"authors": [
66
"Rafal Zajac <[email protected]>",
7+
"Valentin Hervieu <[email protected]>",
78
"Jussi Saarivirta <[email protected]>"
89
],
910
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!",

dist/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* (c) Rafal Zajac <[email protected]>
55
* http://github.com/rzajac/angularjs-slider
66
*
7-
* Version: v0.1.32
7+
* Version: v0.1.33
88
*
99
* Licensed under the MIT license
1010
*/

dist/rzslider.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rzslider.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jusas-angularjs-slider",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
55
"main": "dist/rzslider.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"grunt-serve": "^0.1.6",
2424
"recess": "~1.1.9"
2525
},
26-
"author": "Rafal Zajac <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]>",
26+
"author": "Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]>",
2727
"license": "MIT",
2828
"readmeFilename": "README.md"
2929
}

src/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* (c) Rafal Zajac <[email protected]>
55
* http://github.com/rzajac/angularjs-slider
66
*
7-
* Version: v0.1.32
7+
* Version: v0.1.33
88
*
99
* Licensed under the MIT license
1010
*/

0 commit comments

Comments
 (0)