From 0bca31acb13cdaa6eaa2bd615b053d9fdd4e7b72 Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Mon, 4 Oct 2021 16:25:27 -0700 Subject: [PATCH] Updated version number to 3.4.0 --- VERSION | 2 +- dist/gl-matrix-min.js | 2 +- dist/gl-matrix.js | 2 +- package.json | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 0fa4ae48..fbcbf738 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 \ No newline at end of file +3.4.0 \ No newline at end of file diff --git a/dist/gl-matrix-min.js b/dist/gl-matrix-min.js index 2d87290a..63ed7904 100644 --- a/dist/gl-matrix-min.js +++ b/dist/gl-matrix-min.js @@ -2,7 +2,7 @@ @fileoverview gl-matrix - High performance matrix and vector operations @author Brandon Jones @author Colin MacKenzie IV -@version 3.3.0 +@version 3.4.0 Copyright (c) 2015-2021, Brandon Jones, Colin MacKenzie IV. diff --git a/dist/gl-matrix.js b/dist/gl-matrix.js index 74cecd56..b98099dd 100644 --- a/dist/gl-matrix.js +++ b/dist/gl-matrix.js @@ -3,7 +3,7 @@ @fileoverview gl-matrix - High performance matrix and vector operations @author Brandon Jones @author Colin MacKenzie IV -@version 3.3.0 +@version 3.4.0 Copyright (c) 2015-2021, Brandon Jones, Colin MacKenzie IV. diff --git a/package.json b/package.json index 4b4911fd..bb04899e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { - "version": "3.3.0", + "version": "3.4.0", "name": "gl-matrix", "description": "Javascript Matrix and Vector library for High Performance WebGL apps", - "private": true, "sideEffects": false, "type": "module", "main": "./dist/esm/index.js",