Skip to content

Commit b8391fb

Browse files
committed
* bump
1 parent 23577bb commit b8391fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-legacy-sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
var expando = 'Sortable:ng-sortable';
3232

3333
angular.module('ng-sortable', [])
34-
.constant('ngSortableVersion', '0.4.0')
34+
.constant('ngSortableVersion', '0.4.1')
3535
.constant('ngSortableConfig', {})
3636
.directive('ngSortable', ['$parse', 'ngSortableConfig', function ($parse, ngSortableConfig) {
3737
var removed,

0 commit comments

Comments
 (0)