Skip to content

Commit c6a536a

Browse files
committed
v1.1.1: #227, #285
1 parent 0b909aa commit c6a536a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,11 @@ Link to the active instance.
536536

537537
```html
538538
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
539-
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.1.0/Sortable.min.js"></script>
539+
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.1.1/Sortable.min.js"></script>
540540

541541

542542
<!-- jsDelivr :: Sortable (http://www.jsdelivr.com/) -->
543-
<script src="//cdn.jsdelivr.net/sortable/1.1.0/Sortable.min.js"></script>
543+
<script src="//cdn.jsdelivr.net/sortable/1.1.1/Sortable.min.js"></script>
544544

545545

546546
<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->

Sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@
10341034
};
10351035

10361036

1037-
Sortable.version = '1.1.0';
1037+
Sortable.version = '1.1.1';
10381038

10391039

10401040
/**

Sortable.min.js

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

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Sortable",
33
"main": "Sortable.js",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"homepage": "http://rubaxa.github.io/Sortable/",
66
"authors": [
77
"RubaXa <[email protected]>"

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Sortable",
33
"main": "Sortable.js",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"homepage": "http://rubaxa.github.io/Sortable/",
66
"repo": "RubaXa/Sortable",
77
"authors": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sortablejs",
33
"exportName": "Sortable",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"devDependencies": {
66
"grunt": "*",
77
"grunt-version": "*",

0 commit comments

Comments
 (0)