Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
TS committed Jan 25, 2024
2 parents c754451 + d33d512 commit f1b5485
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 206 deletions.
2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.22
* @version 1.4.23
* @license MIT
*
*/
2 changes: 1 addition & 1 deletion dist/tgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.22
* @version 1.4.23
* @license MIT
*
*/
378 changes: 182 additions & 196 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-texture-generator",
"version": "1.4.22",
"version": "1.4.23",
"description": "Seamless texture generator",
"homepage": "https://github.com/schalkt/tgen/",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"main": "index.js",
"devDependencies": {
"compression-webpack-plugin": "^10.0.0",
"compression-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"i": "^0.3.7",
Expand Down
4 changes: 2 additions & 2 deletions src/tgen-base-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.22
* @version 1.4.23
* @license MIT
*
*/

const SeamlessTextureGenerator = {
version : "1.4.22",
version : "1.4.23",
defaults: {},
effects: {},
prepare: {},
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base-with-presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.22
* @version 1.4.23
* @license MIT
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.22
* @version 1.4.23
* @license MIT
*
*/
Expand Down

0 comments on commit f1b5485

Please sign in to comment.