Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ffd8 committed Nov 26, 2024
1 parent 6eabee9 commit 6244a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions p5.glitch.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// p5.glitch v0.1.3
// cc teddavis.org 2021
// p5.glitch v0.1.4
// cc teddavis.org 2020 -

class Glitch{
constructor(instance){
if(instance !== undefined) this.p5 = instance;
else this.p5 = p5.instance;
this.version = '0.1.4';
this.mode = 'image';
this.width = 1;
this.height = 1;
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": "p5.glitch",
"version": "0.1.3",
"version": "0.1.4",
"description": "p5.js library for glitching images and binary files",
"main": "p5.glitch.js",
"files": [],
Expand Down

0 comments on commit 6244a81

Please sign in to comment.