From a2b3346365b418e0c3605569cd826e4f35f9a9e5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Jan 2023 00:40:16 +0530 Subject: v0.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2d4964..f3d2577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-types-lang", - "version": "0.0.3", + "version": "0.0.4", "description": "A runtime for typescript's type system that turns it into a general purpose, purely functional programming language with effects!", "main": "stdlib/effects.ts", "repository": "https://github.com/phenax/ts-types-runtime", -- cgit v1.3.1