Skip to content

Commit

Permalink
version updated to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvd committed Nov 20, 2016
1 parent b05e343 commit 16a9e4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ following advantages:
### Usage

Download and unpack the
[distribution](https://github.com/asvd/viewport/releases/download/v0.0.2/viewport-0.0.2.tar.gz), or install it using [Bower](http://bower.io/):
[distribution](https://github.com/asvd/viewport/releases/download/v0.0.4/viewport-0.0.4.tar.gz), or install it using [Bower](http://bower.io/):

```sh
$ bower install vanilla-viewport
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-viewport",
"version": "0.0.2",
"version": "0.0.4",
"homepage": "https://github.com/asvd/viewport",
"authors": [
"Dmitry Prokashev <[email protected]>"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-viewport",
"version": "0.0.2",
"version": "0.0.4",
"homepage": "https://github.com/asvd/viewport",
"author": "Dmitry Prokashev <[email protected]>",
"description": "Report scrollable viewport position relatively to its contained sections",
Expand Down Expand Up @@ -28,6 +28,5 @@
"optionalDependencies": {},
"engines": {
"node": "*"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion viewport.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview viewport - calculates viewport position
* @version 0.0.2
* @version 0.0.4
*
* @license MIT, see http://github.com/asvd/viewport
* @copyright 2015 asvd <[email protected]>
Expand Down

0 comments on commit 16a9e4a

Please sign in to comment.