From 56a86cbb1ec3c85f256456d98887c0817b00de1d Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Wed, 3 Jun 2020 23:21:42 -0700 Subject: [PATCH] bump version --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 962512a..0e994e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb26322..452ef61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.2.2", + "version": "0.3.0", "description": "Create and animate hand-drawn annotations on a web page", "main": "lib/rough-notation.cjs.js", "module": "lib/rough-notation.esm.js", @@ -33,4 +33,4 @@ "tslint": "^6.1.2", "typescript": "^3.9.3" } -} \ No newline at end of file +}