Skip to content

Commit

Permalink
Merge pull request #609 from Rishikant181/dev
Browse files Browse the repository at this point in the history
v4.1.0-alpha.2
  • Loading branch information
Rishikant181 authored Sep 6, 2024
2 parents a8d659b + 5011a19 commit 2377a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rettiwt-api",
"version": "4.1.0-alpha.1",
"version": "4.1.0-alpha.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "An API for fetching data from TwitterAPI, without any rate limits!",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * from './models/args/PostArgs';
// DATA MODELS
export * from './models/data/CursoredData';
export * from './models/data/List';
export * from './models/data/Notification';
export * from './models/data/Tweet';
export * from './models/data/User';

Expand Down

0 comments on commit 2377a59

Please sign in to comment.