From 068c50095e0d83c3dcff7783b1ca90b9159a8f5e Mon Sep 17 00:00:00 2001 From: Agney Date: Fri, 27 Mar 2020 22:41:16 +0530 Subject: [PATCH] v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4c5244..f3c2d42 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@agney/ir-toast", "description": "Enables the use of imperative Toasts as in Angular", "author": "Agney Menon ", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",