Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emilefokkema committed Oct 5, 2024
1 parent 3e67ada commit 1d10a24
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].6/dist/infinite-canvas.umd.cjs"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/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.6",
"version": "0.6.7",
"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 1d10a24

Please sign in to comment.