Skip to content

Commit b98ec42

Browse files
committed
Version beta 1
1 parent 38d88e7 commit b98ec42

7 files changed

+8
-8
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "radioslider",
33
"description": "A jQuery plugin to display radio buttons as a slider.",
44
"title": "RadioSlider",
5-
"version": "1.0.0-alpha.2",
5+
"version": "1.0.0-beta.1",
66
"authors": [
77
"tcharlss <[email protected]>",
88
"Ruben Torres <[email protected]>"

dist/jquery.radioslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* RadioSlider 1.0.0-alpha.2
2+
* RadioSlider 1.0.0-beta.1
33
* A jQuery plugin to display radio buttons as a slider..
44
* (c) 2019 tcharlss / Ruben Torres
55
* MIT license

dist/jquery.radioslider.min.js

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

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Into this:
3333
## Installation
3434

3535
* Via [npm](https://www.npmjs.org/) : ```npm install --save radioslider```
36-
* Download manually on [Github](https://github.com/tcharlss/radioslider/releases/tag/v1.0.0-alpha.2)
36+
* Download manually on [Github](https://github.com/tcharlss/radioslider/releases/tag/v1.0.0-beta.1)
3737

3838
The script is also hosted on CDNs like [unpkg](https://unpkg.com/radioslider) or [jsdelivr](https://www.jsdelivr.com/package/npm/radioslider?path=dist)
3939

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Logo](/_medias/radioslider.svg)
2-
# RadioSlider <small>1.0.0-alpha.2</small>
2+
# RadioSlider <small>1.0.0-beta.1</small>
33

44
> A jQuery plugin to display radio buttons as a slider.
55

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="A jQuery plugin to display radio buttons as a slider.">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10-
<link rel="stylesheet" href="//unpkg.com/[email protected]alpha.2/dist/radioslider.min.css">
10+
<link rel="stylesheet" href="//unpkg.com/[email protected]beta.1/dist/radioslider.min.css">
1111
</head>
1212
<body>
1313
<div id="app"></div>
@@ -24,6 +24,6 @@
2424
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
2525
<script src="//unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
2626
<script src="//unpkg.com/[email protected]/dist/jquery.min.js"></script>
27-
<script src="//unpkg.com/[email protected]alpha.2/dist/jquery.radioslider.min.js"></script>
27+
<script src="//unpkg.com/[email protected]beta.1/dist/jquery.radioslider.min.js"></script>
2828
</body>
2929
</html>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"radio",
88
"buttons"
99
],
10-
"version": "1.0.0-alpha.2",
10+
"version": "1.0.0-beta.1",
1111
"author": {
1212
"name": "tcharlss"
1313
},

0 commit comments

Comments
 (0)