diff --git a/package.json b/package.json index 42cf9cd..6d12918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedjson", - "version": "1.6.0-rc4", + "version": "1.6.0", "description": "Typed JSON parsing and serializing for TypeScript that preserves type information, using decorators. Parse JSON into actual class instances.", "main": "./lib/cjs/index.js", "module": "./lib/esm5/index.js",