diff --git a/tools/bin/version.ml b/tools/bin/version.ml index 8073f1e5d..d70940e28 100644 --- a/tools/bin/version.ml +++ b/tools/bin/version.ml @@ -1 +1 @@ -let version = "0.6.2" \ No newline at end of file +let version = "0.6.4" \ No newline at end of file diff --git a/tools/package-lock.json b/tools/package-lock.json index d8374ba14..68bf9c663 100644 --- a/tools/package-lock.json +++ b/tools/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rescript/tools", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rescript/tools", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "dependencies": { "rescript": "^11.0.0-rc.7" diff --git a/tools/package.json b/tools/package.json index f62174cc7..405cc4919 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,7 +1,7 @@ { "name": "@rescript/tools", "description": "ReScript Tools", - "version": "0.6.3", + "version": "0.6.4", "author": "ReScript Team", "license": "MIT", "bin": { diff --git a/tools/rescript.json b/tools/rescript.json index dfad7f275..3b14cad74 100644 --- a/tools/rescript.json +++ b/tools/rescript.json @@ -1,6 +1,6 @@ { "name": "@rescript/tools", - "version": "0.6.2", + "version": "0.6.4", "sources": [ { "dir": "npm"