Skip to content

Commit

Permalink
v1.2.0: Events, Nested, Drop text, IE11, iframe and etc
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Apr 14, 2015
1 parent 8db2fd2 commit b30ece9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,11 @@ Link to the active instance.

```html
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.1.1/Sortable.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.2.0/Sortable.min.js"></script>


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


<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->
Expand Down
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@
};


Sortable.version = '1.1.1';
Sortable.version = '1.2.0';


/**
Expand Down
Loading

0 comments on commit b30ece9

Please sign in to comment.