aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-15 00:40:16 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-15 00:40:16 +0530
commita2b3346365b418e0c3605569cd826e4f35f9a9e5 (patch)
treea25a1751bcaf6d84d86ea5179101e75410bb7f99
parent3cbb9d17527a7707aaf1c6fb0e5cde3998db19f6 (diff)
downloadts-types-lang-a2b3346365b418e0c3605569cd826e4f35f9a9e5.tar.gz
ts-types-lang-a2b3346365b418e0c3605569cd826e4f35f9a9e5.zip
v0.0.4
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",