Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Apr 19, 2021
1 parent c43b8bf commit 39d394f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-size: small;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/vscroll@1.0.0/dist/bundles/vscroll.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vscroll@1.0.1/dist/bundles/vscroll.umd.js"></script>
</head>
<body>

Expand Down
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,6 +1,6 @@
{
"name": "vscroll",
"version": "1.0.0",
"version": "1.0.1",
"description": "Virtual scroll engine",
"main": "dist/bundles/vscroll.umd.js",
"module": "dist/bundles/vscroll.esm5.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
name: 'vscroll',
version: '1.0.0'
version: '1.0.1'
};

0 comments on commit 39d394f

Please sign in to comment.