diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-15 00:33:06 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-15 00:33:06 +0530 |
| commit | 611b2115004e59615464be0afac7b49ce257e557 (patch) | |
| tree | 8d8c7a04afdee665b0f25794571c90c3e065b795 /package.json | |
| parent | 853112fcb4cfd44d39f0232d2e9b465636e3cc7d (diff) | |
| download | ts-types-lang-611b2115004e59615464be0afac7b49ce257e557.tar.gz ts-types-lang-611b2115004e59615464be0afac7b49ce257e557.zip | |
v0.0.3
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
