From aa7cf3865277e6bf4c236fa921de1dd447686ed3 Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Thu, 29 Oct 2020 18:27:25 -0700 Subject: [PATCH] bump version --- 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 18dc8c2..eccbd38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f9ad769..ac17aee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.4.0", + "version": "0.5.0", "description": "Create and animate hand-drawn annotations on a web page", "main": "lib/rough-notation.cjs.js", "module": "lib/rough-notation.esm.js",