From e49923cf11c93e9fa808543e6422a7ffc49bf864 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 21 May 2018 14:46:42 +0300 Subject: [PATCH] Update package json. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a2ff76..e894debb 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ npm test -- -t 'playground' Order of growth of algorithms specified in Big O notation. -![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png) +![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true) Source: [Big O Cheat Sheet](http://bigocheatsheet.com/). diff --git a/package.json b/package.json index 9d1069aa..f4c81a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-algorithms-and-data-structures", - "version": "0.0.1", + "version": "0.0.2", "description": "Algorithms and data-structures implemented on JavaScript", "main": "index.js", "scripts": {