Skip to content

Commit

Permalink
Bumped version to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Nalepa committed Feb 7, 2017
1 parent ccf5344 commit 6df673e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.6",
"version": "1.4.1",
"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.4.0
* Dragster - drag'n'drop library v1.4.1
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2017 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2017-01-25T16:30Z
* Date: 2017-02-07T16:30Z
*/
(function (window, document) {
'use strict';
Expand Down
6 changes: 3 additions & 3 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.
6 changes: 3 additions & 3 deletions dragster.style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Dragster - drag'n'drop library v1.4.0
/*@preserve
* Dragster - drag'n'drop library v1.4.1
* https://github.com/sunpietro/dragster
*
* Copyright 2015-2017 Piotr Nalepa
Expand All @@ -8,7 +8,7 @@
* Released under the MIT license
* https://github.com/sunpietro/dragster/blob/master/LICENSE
*
* Date: 2017-01-25T16:30Z
* Date: 2017-02-07T16:30Z
*/
* {
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.4.0",
"version": "1.4.1",
"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 6df673e

Please sign in to comment.