From df67d85c9b5ac6193c89261c998d60a87a2e8c3b Mon Sep 17 00:00:00 2001 From: "Raoul v. R" Date: Sat, 19 Aug 2017 00:32:23 +0200 Subject: [PATCH] Version 0.0.2. --- build/math-ds.js | 2 +- build/math-ds.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/math-ds.js b/build/math-ds.js index 8e3c3b3..8069e0a 100644 --- a/build/math-ds.js +++ b/build/math-ds.js @@ -1,5 +1,5 @@ /** - * math-ds v0.0.1 build Aug 02 2017 + * math-ds v0.0.2 build Aug 19 2017 * https://github.com/vanruesc/math-ds * Copyright 2017 Raoul van RĂ¼schen, Zlib */ diff --git a/build/math-ds.min.js b/build/math-ds.min.js index 8009ae1..5fc208d 100644 --- a/build/math-ds.min.js +++ b/build/math-ds.min.js @@ -1,5 +1,5 @@ /** - * math-ds v0.0.1 build Aug 02 2017 + * math-ds v0.0.2 build Aug 19 2017 * https://github.com/vanruesc/math-ds * Copyright 2017 Raoul van RĂ¼schen, Zlib */ diff --git a/package.json b/package.json index a43dd5c..84e7000 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "math-ds", - "version": "0.0.1", + "version": "0.0.2", "description": "Mathematical data structures.", "homepage": "https://github.com/vanruesc/math-ds", "main": "build/math-ds.js",