Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 289b680

Browse files
Release version 1.1.0
1 parent 3591fbb commit 289b680

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.1 (2014-08-31)
1+
# 1.1.0 (2014-08-31)
22

33
## Bug Fixes
44

angular-drag-and-drop-lists.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* angular-drag-and-drop-lists v1.0.1
2+
* angular-drag-and-drop-lists v1.1.0
33
*
44
* Copyright (c) 2014 Marcel Juenemann [email protected]
55
* https://github.com/marceljuenemann/angular-drag-and-drop-lists

angular-drag-and-drop-lists.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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-drag-and-drop-lists",
33
"main": "angular-drag-and-drop-lists.js",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"homepage": "https://github.com/marceljuenemann/angular-drag-and-drop-lists",
66
"authors": [
77
"Marcel Juenemann <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-drag-and-drop-lists",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Angular directives for sorting nested lists using the HTML5 Drag and Drop API",
55
"repository": "https://github.com/marceljuenemann/angular-drag-and-drop-lists",
66
"license": "MIT",

0 commit comments

Comments
 (0)