Skip to content

Commit 11cf639

Browse files
committed
v.0.0.15
1 parent 5c2b2f5 commit 11cf639

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.0.15 - 2016/01/18
2+
================
3+
4+
* reveted a PR that introduced a bug https://github.com/kamilkp/angular-sortable-view/issues/79
5+
16
Version 0.0.14 - 2016/01/13
27
================
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular-sortable-view v0.0.14 [![Bower version](https://badge.fury.io/bo/angular-sortable-view.svg)](http://badge.fury.io/bo/angular-sortable-view)
1+
angular-sortable-view v0.0.15 [![Bower version](https://badge.fury.io/bo/angular-sortable-view.svg)](http://badge.fury.io/bo/angular-sortable-view)
22
=================
33

44
Fully declarative (multi)sortable for AngularJS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-sortable-view",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Fully declarative (multi)sortable for AngularJS",
55
"main": "./src/angular-sortable-view.js",
66
"homepage": "http://kamilkp.github.io/angular-sortable-view",

src/angular-sortable-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Copyright Kamil Pękala http://github.com/kamilkp
3-
// angular-sortable-view v0.0.13 2015/01/13
3+
// angular-sortable-view v0.0.15 2015/01/18
44
//
55

66
;(function(window, angular){

src/angular-sortable-view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)