aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",