Skip to content

Commit fe979b8

Browse files
committed
v24 never came
I promise I'm not crazy, there are references of v24 being released with PMP
1 parent 3e9d53e commit fe979b8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

BREAKING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ become mere noops.
3232

3333
### Bumped API version
3434

35-
The default API version was bumped to `v24.0`, the new one with the
36-
the realease of the PMP model.
35+
The default API version was bumped to `v23.0`.
3736

3837
## 5.0.0
3938

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsapp-api-js",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"author": "Secreto31126",
55
"description": "A TypeScript server agnostic Whatsapp's Official API framework",
66
"license": "MIT",

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type {
2222
} from "./messages/index.d.ts";
2323
import type { AtLeastOne } from "./utils.d.ts";
2424

25-
export const DEFAULT_API_VERSION = "v24.0";
25+
export const DEFAULT_API_VERSION = "v23.0";
2626

2727
/**
2828
* The main constructor arguments for the API

0 commit comments

Comments
 (0)