Skip to content

Commit

Permalink
version updated to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asvd committed Nov 20, 2016
1 parent 16a9e4a commit 0f4f9fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4/viewport-0.0.4.tar.gz), or install it using [Bower](http://bower.io/):
[distribution](https://github.com/asvd/viewport/releases/download/v0.0.5/viewport-0.0.5.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.4",
"version": "0.0.5",
"homepage": "https://github.com/asvd/viewport",
"authors": [
"Dmitry Prokashev <[email protected]>"
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": "vanilla-viewport",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/asvd/viewport",
"author": "Dmitry Prokashev <[email protected]>",
"description": "Report scrollable viewport position relatively to its contained sections",
Expand Down
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.4
* @version 0.0.5
*
* @license MIT, see http://github.com/asvd/viewport
* @copyright 2015 asvd <[email protected]>
Expand Down

0 comments on commit 0f4f9fa

Please sign in to comment.