diff --git a/package.json b/package.json index 9ad3121..ae4073e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai-chat-tokens", - "version": "0.2.1", + "version": "0.2.2", "description": "Estimate the number of tokens an OpenAI chat completion request will use", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -32,4 +32,4 @@ "dependencies": { "js-tiktoken": "^1.0.7" } -} +} \ No newline at end of file