Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emilefokkema committed May 14, 2024
1 parent 0803609 commit 4e63daf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var context = infiniteCanvas.getContext("2d");
Include `InfiniteCanvas` in your web page:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/infinite-canvas.umd.cjs"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/dist/infinite-canvas.umd.cjs"></script>
```

or install it using npm:
Expand Down
4 changes: 2 additions & 2 deletions 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": "ef-infinite-canvas",
"type": "module",
"version": "0.6.5",
"version": "0.6.6",
"description": "An infinite version of the html canvas",
"main": "./dist/infinite-canvas.umd.cjs",
"module": "./dist/infinite-canvas.js",
Expand Down

0 comments on commit 4e63daf

Please sign in to comment.