Skip to content

Commit

Permalink
fix: incorrect package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Lenaers committed Aug 13, 2019
1 parent fde6bc6 commit abd2e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nicky-lenaers/ngx-scroll-to-demo",
"description": "Demo Application for @nicky-lenaers/ngx-scroll-to package.",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scroll-to/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nicky-lenaers/ngx-scroll-to",
"description": "A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scroll-based features in your app.",
"version": "2.0.1",
"version": "3.0.1",
"scripts": {
"build": "ng build"
},
Expand Down

0 comments on commit abd2e97

Please sign in to comment.