Skip to content

Commit 87bf4c3

Browse files
committed
Release v0.2.0
1 parent f4d4993 commit 87bf4c3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-sticky",
3-
"version": "0.1.1-0",
3+
"version": "0.2.0",
44
"author": "Harm van der Werf",
55
"keywords": [
66
"angular",

dist/angular-sticky.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* angular-sticky
2+
* angular-sticky-plugin
33
* https://github.com/harm-less/angular-sticky
44
5-
* Version: 0.1.1-0 - 2016-04-19
5+
* Version: 0.2.0 - 2016-06-11
66
* License: MIT
77
*/
88
'use strict';

dist/angular-sticky.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Harm van der Werf <[email protected]> {https://github.com/harm-less}",
33
"name": "angular-sticky-plugin",
4-
"version": "0.1.1-0",
4+
"version": "0.2.0",
55
"description": "Pure javascript AngularJS directive to make elements stick when scrolling",
66
"homepage": "https://github.com/harm-less/angular-sticky",
77
"main": "dist/angular-sticky.js",

0 commit comments

Comments
 (0)