Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Apr 20, 2021
1 parent a7a2902 commit 0689385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1/dist/bundles/vscroll.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vscroll@1.0.2/dist/bundles/vscroll.umd.js"></script>
</head>
<body>

Expand Down
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.1",
"version": "1.0.2",
"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.1'
version: '1.0.2'
};

0 comments on commit 0689385

Please sign in to comment.