Browse Source

Sortable 1.2.1

Bump minor version number
pull/439/head
Adam Fleming 9 years ago
parent
commit
8935bea4e3
  1. 4
      README.md
  2. 2
      Sortable.js
  3. 4
      Sortable.min.js
  4. 2
      bower.json
  5. 2
      component.json

4
README.md

@ -583,11 +583,11 @@ Link to the active instance.
```html
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.2.0/Sortable.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.2.1/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable (http://www.jsdelivr.com/) -->
<script src="//cdn.jsdelivr.net/sortable/1.2.0/Sortable.min.js"></script>
<script src="//cdn.jsdelivr.net/sortable/1.2.1/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->

2
Sortable.js

@ -1128,7 +1128,7 @@
};
Sortable.version = '1.2.0';
Sortable.version = '1.2.1';
/**

4
Sortable.min.js vendored

File diff suppressed because one or more lines are too long

2
bower.json

@ -6,7 +6,7 @@
"knockout-sortable.js",
"react-sortable-mixin.js"
],
"version": "1.2.0",
"version": "1.2.1",
"homepage": "http://rubaxa.github.io/Sortable/",
"authors": [
"RubaXa <ibnRubaXa@gmail.com>"

2
component.json

@ -1,7 +1,7 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "http://rubaxa.github.io/Sortable/",
"repo": "RubaXa/Sortable",
"authors": [

Loading…
Cancel
Save