diff --git a/docs/contents/getting_started/index.md b/docs/contents/getting_started/index.md index 02618e82a..21064825f 100644 --- a/docs/contents/getting_started/index.md +++ b/docs/contents/getting_started/index.md @@ -43,27 +43,18 @@ Before downloading PDF.js please take a moment to understand the different layer

Includes the generic build of PDF.js and the viewer.

-

Prebuilt (ES5-compatible)

Includes the generic build of PDF.js and the viewer.

- Stable (vSTABLE_VERSION) - Beta (vBETA_VERSION) + Beta (vBETA_VERSION)
diff --git a/pdfjs.config b/pdfjs.config index 8730225ec..d097ad24f 100644 --- a/pdfjs.config +++ b/pdfjs.config @@ -1,6 +1,6 @@ { - "betaVersion": "2.3.200", - "stableVersion": "2.2.228", - "baseVersion": "4ae3f9fcf6735748599b1f436a9d5b94bdf2d393", - "versionPrefix": "2.4." + "betaVersion": "2.4.456", + "stableVersion": "2.3.200", + "baseVersion": "228a591ca3655237c22f4401b30abee22e52532c", + "versionPrefix": "2.5." }