From 31192b1f0890b03003ac8c557cb09df442479264 Mon Sep 17 00:00:00 2001 From: David Philipson Date: Thu, 23 Mar 2017 14:48:58 -0700 Subject: [PATCH] v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50b27f4..6ea006f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-string-enums", - "version": "0.2.0", + "version": "0.3.0", "description": "Typesafe string enums in TypeScript.", "main": "dist/index.js", "types": "dist/index",