From bd22564a77f85459645d08816840e9cde9a1e3e9 Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Tue, 16 Jun 2020 00:12:46 -0700 Subject: [PATCH] bump --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c5dc09..a2ae499 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A small JavaScript library to create and animate annotations on a web page. Rough Notation uses [RoughJS](https://roughjs.com) to create a hand-drawn look and feel. Elements can be annotated in a number of different styles. Animation duration and delay can be configured, or just turned off. -Rough Notation is 3.63kb in size when gzipped. +Rough Notation is 3.68kb in size when gzipped. [Visit website to see it in action](https://roughnotation.com/) and check out the [source code](https://github.com/pshihn/rough-notation-web) for the website diff --git a/package.json b/package.json index 0858d96..df98de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.3.1", + "version": "0.3.2", "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