Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Jul 11, 2022
1 parent 1a37081 commit 68cfa19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the library to your source code, *after* loading p5 but *before* loading you

### Via CDN
```html
<script src="https://cdn.jsdelivr.net/npm/@davepagurek/[email protected].3/p5.Framebuffer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@davepagurek/[email protected].4/p5.Framebuffer.min.js"></script>
```

### Self-hosted
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": "@davepagurek/p5.framebuffer",
"version": "0.0.3",
"version": "0.0.4",
"main": "p5.Framebuffer.js",
"author": "Dave Pagurek <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 68cfa19

Please sign in to comment.