Skip to content

Commit 14121b6

Browse files
author
Valentin Hervieu
committed
Rename the package on NPM. Start to use semantic versioning.
1 parent 39c2fd1 commit 14121b6

File tree

6 files changed

+7
-7
lines changed

6 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": "angularjs-slider",
3-
"version": "0.1.36",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/rzajac/angularjs-slider",
55
"authors": [
66
"Rafal Zajac <[email protected]>",

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.36
7+
* Version: v1.0.0
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
{
2-
"name": "jusas-angularjs-slider",
3-
"version": "0.1.36",
2+
"name": "angularjs-slider",
3+
"version": "1.0.0",
44
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
55
"main": "dist/rzslider.js",
66
"repository": {

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.36
7+
* Version: v1.0.0
88
*
99
* Licensed under the MIT license
1010
*/

0 commit comments

Comments
 (0)