Browse Source

Merge pull request #439 from amfleming/master

Please Tag & Release v. 1.2.1
pull/456/head
Lebedev Konstantin 10 years ago
parent
commit
2224671bc6
  1. 4
      README.md
  2. 2
      Sortable.js
  3. 4
      Sortable.min.js
  4. 9
      bower.json
  5. 2
      component.json
  6. 2
      package.json

4
README.md

@ -583,11 +583,11 @@ Link to the active instance.
```html ```html
<!-- CDNJS :: Sortable (https://cdnjs.com/) --> <!-- 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/) --> <!-- 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/) --> <!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->

2
Sortable.js

@ -1118,7 +1118,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

9
bower.json

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

2
component.json

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

2
package.json

@ -25,7 +25,7 @@
"drag", "drag",
"meteor", "meteor",
"angular", "angular",
"ng-srotable", "ng-sortable",
"react", "react",
"mixin" "mixin"
], ],

Loading…
Cancel
Save