Skip to content

Commit 4298222

Browse files
committed
bump version
1 parent 86237a5 commit 4298222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-api-sdk",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A TypeScript SDK for the Twitter API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function request({
6060
url.toString(),
6161
{
6262
headers: {
63-
"User-Agent": `twitter-api-typescript-sdk/1.0.4`,
63+
"User-Agent": `twitter-api-typescript-sdk/1.0.5`,
6464
...(isPost
6565
? { "Content-Type": "application/json; charset=utf-8" }
6666
: undefined),

0 commit comments

Comments
 (0)