From 466ecabb9c91435d69d0a3481c26e390c467073c Mon Sep 17 00:00:00 2001 From: Kelvin Steiner Date: Mon, 1 Aug 2022 16:53:01 -0300 Subject: [PATCH] v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac0f942..cf124d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustie", - "version": "0.1.2", + "version": "0.2.0", "description": "Helper library to type and safely handle Rust's `serde` JSON serializations of Enums. It can also be used standalone to implement Enums in TypeScript with plain objects.", "repository": "https://github.com/steinerkelvin/rustie-ts", "author": "Kelvin Steiner ",