Skip to content

Commit

Permalink
Up version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazerbeak12345 committed Feb 14, 2022
1 parent ce8bb79 commit 5905ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixelmanipulator",
"version": "4.3.0",
"version": "4.4.0",
"description": "Run any cellular automata on an html5 canvas.",
"main": "pixelmanipulator.js",
"repository": "[email protected]:Lazerbeak12345/pixelmanipulator.git",
Expand Down
2 changes: 1 addition & 1 deletion pixelmanipulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Concerning the function commments, # is number, [] means array, {} means object, () means function, true means boolean and, "" means string. ? means optional, seperated with : means that it could be one or the other
(function(g) {
'use strict';
var pxversion="4.3.0";
var pxversion="4.4.0";
function pix(require,exports,module) {//done like this for better support for things like require.js and Dojo
/*function ret(v) {
return (function() {
Expand Down

0 comments on commit 5905ced

Please sign in to comment.