Skip to content

Commit

Permalink
v1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Mar 12, 2021
1 parent a84abf3 commit b16a4d2
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/[email protected].7/dist/bundles/vscroll.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].8/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-rc.7",
"version": "1.0.0-rc.8",
"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-rc.7'
version: '1.0.0-rc.8'
};

0 comments on commit b16a4d2

Please sign in to comment.