Skip to content

Commit a957e2d

Browse files
author
Piotr Nalepa
committed
Bumped version to 1.3.4
1 parent dc107fe commit a957e2d

6 files changed

+8
-8
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dragsterjs",
3-
"version": "1.3.1",
3+
"version": "1.3.4",
44
"homepage": "https://github.com/sunpietro/dragster",
55
"authors": [
66
"Piotr Nalepa <poczta@piotrnalepa.pl>"

dragster.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*@preserve
2-
* Dragster - drag'n'drop library v1.3.3
2+
* Dragster - drag'n'drop library v1.3.4
33
* https://github.com/sunpietro/dragster
44
*
55
* Copyright 2015-2016 Piotr Nalepa
@@ -8,7 +8,7 @@
88
* Released under the MIT license
99
* https://github.com/sunpietro/dragster/blob/master/LICENSE
1010
*
11-
* Date: 2016-11-23T17:20Z
11+
* Date: 2016-11-25T07:00Z
1212
*/
1313
(function (window, document) {
1414
'use strict';

dragster.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dragster.min.js.gz

0 Bytes
Binary file not shown.

dragster.style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Dragster - drag'n'drop library v1.3.3
2+
* Dragster - drag'n'drop library v1.3.4
33
* https://github.com/sunpietro/dragster
44
*
55
* Copyright 2015-2016 Piotr Nalepa
@@ -8,7 +8,7 @@
88
* Released under the MIT license
99
* https://github.com/sunpietro/dragster/blob/master/LICENSE
1010
*
11-
* Date: 2016-11-23T17:20Z
11+
* Date: 2016-11-25T07:00Z
1212
*/
1313
* {
1414
box-sizing: border-box;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dragsterjs",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Tiny vanilla JS plugin that enables drag'n'drop interactions to a user of your website",
55
"main": "dragster.js",
66
"scripts": {

0 commit comments

Comments
 (0)