Skip to content

Commit 997d3ae

Browse files
committed
New version with TS support
1 parent b4730d5 commit 997d3ae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "complex.js",
33
"main": "complex.js",
4-
"version": "2.0.14",
4+
"version": "2.0.15",
55
"homepage": "https://github.com/infusion/Complex.js",
66
"description": "A complex number library",
77
"keywords": [

complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Complex.js v2.0.14 12/05/2020
2+
* @license Complex.js v2.0.15 12/05/2020
33
*
44
* Copyright (c) 2020, Robert Eisele ([email protected])
55
* Dual licensed under the MIT or GPL Version 2 licenses.

complex.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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"homepage": "https://github.com/infusion/Complex.js",
44
"bugs": "https://github.com/infusion/Complex.js/issues",
55
"title": "complex.js",
6-
"version": "2.0.14",
7-
"description": "A complex number library",
6+
"version": "2.0.15",
7+
"description": "A complex numbers library",
88
"keywords": [
99
"complex numbers",
1010
"math",

0 commit comments

Comments
 (0)