Skip to content

Commit

Permalink
Bumped to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Nalepa committed Nov 23, 2016
1 parent feeba47 commit ff173d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dragster.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*@preserve
* Dragster - drag'n'drop library v1.3.2
* Dragster - drag'n'drop library v1.3.3
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2016 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2016-10-17T20:30Z
* Date: 2016-11-23T17:20Z
*/
(function (window, document) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dragster.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dragster.min.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dragster.style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Dragster - drag'n'drop library v1.3.2
* Dragster - drag'n'drop library v1.3.3
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2016 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2016-10-29T11:30Z
* Date: 2016-11-23T17:20Z
*/
* {
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragsterjs",
"version": "1.3.2",
"version": "1.3.3",
"description": "Tiny vanilla JS plugin that enables drag'n'drop interactions to a user of your website",
"main": "dragster.js",
"scripts": {
Expand Down

0 comments on commit ff173d9

Please sign in to comment.