Skip to content

Commit

Permalink
Bumped version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Nalepa committed Nov 25, 2016
1 parent dc107fe commit a957e2d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragsterjs",
"version": "1.3.1",
"version": "1.3.4",
"homepage": "https://github.com/sunpietro/dragster",
"authors": [
"Piotr Nalepa <[email protected]>"
Expand Down
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.3
* Dragster - drag'n'drop library v1.3.4
* 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-11-23T17:20Z
* Date: 2016-11-25T07:00Z
*/
(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.3
* Dragster - drag'n'drop library v1.3.4
* 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-11-23T17:20Z
* Date: 2016-11-25T07:00Z
*/
* {
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.3",
"version": "1.3.4",
"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 a957e2d

Please sign in to comment.