From c15feb74924d342d178d67598474f2b6cad346fc Mon Sep 17 00:00:00 2001 From: David Philipson Date: Tue, 26 Feb 2019 17:06:25 -0800 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f37672..ee980a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-string-enums", - "version": "0.3.5", + "version": "1.0.0", "description": "Typesafe string enums in TypeScript pre-2.4.", "main": "dist/index.js", "types": "dist/index",