commit
message
[npm] bumping version to 1.0.1
author
Ben Vogt <[email protected]>
date
2017-12-03 15:07:36
stats
2 file(s) changed,
2 insertions(+),
2 deletions(-)
files
README.md
package.json
1diff --git a/README.md b/README.md
2index 076a48c..99245f6 100644
3--- a/README.md
4+++ b/README.md
5@@ -1,5 +1,5 @@
6 # Spreadsheet
7-TypeScript/javascript spreadsheet.
8+TypeScript/javascript spreadsheet parser, with formulas. For a full list of formulas, see [DOCS.md](DOCS.md).
9
10 ## Usage
11
12diff --git a/package.json b/package.json
13index ce45625..6593bf3 100644
14--- a/package.json
15+++ b/package.json
16@@ -1,6 +1,6 @@
17 {
18 "name": "js-spreadsheet",
19- "version": "1.0.0",
20+ "version": "1.0.1",
21 "description": "TypeScript/javascript implementation of a spreadsheet.",
22 "scripts": {
23 "clean": "rm -rf dist/* && rm -rf test_output/*",