From 99a86f32904e1c6f05747e1781c4ce9e989d67c7 Mon Sep 17 00:00:00 2001 From: Evan Plaice Date: Thu, 28 Nov 2019 17:14:42 -0700 Subject: [PATCH] 0.6.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5796507..dc0da13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "computer-science", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd38bd4..5e62fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computer-science", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "author": "Evan Plaice (http://evanplaice.com/)", "description": "A repository containing typical reference algorithms & data structures",