Skip to content

Commit 21bf5ee

Browse files
committed
Up version again
1 parent 96aacee commit 21bf5ee

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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
"type": "module",
78
"main": "./dist/esm/index.js",

0 commit comments

Comments
 (0)