From 54b8e8e672cabd6c011a7cee1e5eab0b0cca07d4 Mon Sep 17 00:00:00 2001 From: Oren Farhi Date: Wed, 19 Apr 2017 19:34:35 +0300 Subject: [PATCH] version bump 0.4.2 fixes #126 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ddad83b..fedbd9d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-infinite-scroll", - "version": "0.4.2-1", + "version": "0.4.2", "description": "An infinite scroll directive for Angular compatible with AoT compilation and Tree shaking", "main": "./bundles/ngx-infinite-scroll.umd.js", "module": "./modules/ngx-infinite-scroll.es5.js",