Skip to content

Commit bb4cd42

Browse files
committed
version updated to 0.0.8
1 parent c100ef0 commit bb4cd42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is written in vanilla JavaScript (which means it works anywhere).
1212

1313

1414
Download the and unpack
15-
[distribution](https://github.com/asvd/dragscroll/releases/download/v0.0.7/dragscroll-0.0.7.tar.gz),
15+
[distribution](https://github.com/asvd/dragscroll/releases/download/v0.0.8/dragscroll-0.0.8.tar.gz),
1616
or install it using [Bower](http://bower.io/):
1717

1818
```sh

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dragscroll",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"homepage": "https://github.com/asvd/dragscroll",
55
"authors": [
66
"Dmitry Prokashev <[email protected]>"

dragscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @fileoverview dragscroll - scroll area by dragging
3-
* @version 0.0.7
3+
* @version 0.0.8
44
*
55
* @license MIT, see http://github.com/asvd/dragscroll
66
* @copyright 2015 asvd <[email protected]>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Dmitry Prokashev <[email protected]>",
33
"name": "dragscroll",
44
"description": "Tiny library for drag-n-drop scrolling style",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"keywords": [
77
"dragscroll",
88
"scroll",

0 commit comments

Comments
 (0)