Skip to content

Commit 4e312f3

Browse files
committed
Up version again
1 parent a8d26e7 commit 4e312f3

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

dist/gl-matrix-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gl-matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@fileoverview gl-matrix - High performance matrix and vector operations
44
@author Brandon Jones
55
@author Colin MacKenzie IV
6-
@version 3.4.2
6+
@version 3.4.3
77
88
Copyright (c) 2015-2021, Brandon Jones, Colin MacKenzie IV.
99

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"version": "3.4.2",
2+
"version": "3.4.3",
33
"name": "gl-matrix",
44
"description": "Javascript Matrix and Vector library for High Performance WebGL apps",
5+
"private": true,
56
"sideEffects": false,
67
"main": "dist/cjs/index.js",
78
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)