From 611b2115004e59615464be0afac7b49ce257e557 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Jan 2023 00:33:06 +0530 Subject: v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0ecb511..b2d4964 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-types-lang", - "version": "0.0.2", + "version": "0.0.3", "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