Skip to content

Commit 5e3d78e

Browse files
author
Denis Hilt
committed
v4.1.0
1 parent f1dfe8b commit 5e3d78e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scroller/package-lock.json

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

scroller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-ui-scroll",
33
"description": "Virtual scrolling library for Angular applications",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"author": "Denis Hilt <dhilt.public@gmail.com>",
77
"homepage": "https://github.com/dhilt/ngx-ui-scroll",

scroller/src/ui-scroll.version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
22
name: 'ngx-ui-scroll',
3-
version: '4.0.0'
3+
version: '4.1.0'
44
};

0 commit comments

Comments
 (0)