diff --git a/package.json b/package.json index 0fd5576..2617612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typeguard", - "version": "0.0.2", + "version": "1.0.0", "description": "Library for creating safe Type Guards", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,4 +33,4 @@ "typescript": "^3.4.1" }, "prepare": "npm run build" -} +} \ No newline at end of file