From a98b81f8aefa9a6d9b5efb4451e956dd59e604f4 Mon Sep 17 00:00:00 2001
From: Tim van der Meij
Date: Mon, 1 Jun 2020 12:45:04 +0200
Subject: [PATCH] Bump versions in `pdfjs.config` and update the getting
started page of the website for the new release
---
docs/contents/getting_started/index.md | 3 ++-
pdfjs.config | 8 ++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/contents/getting_started/index.md b/docs/contents/getting_started/index.md
index 21064825f..b3328734a 100644
--- a/docs/contents/getting_started/index.md
+++ b/docs/contents/getting_started/index.md
@@ -44,6 +44,7 @@ Before downloading PDF.js please take a moment to understand the different layer
Includes the generic build of PDF.js and the viewer.
+ Stable (vSTABLE_VERSION)
Beta (vBETA_VERSION)
@@ -53,7 +54,7 @@ Before downloading PDF.js please take a moment to understand the different layer
Includes the generic build of PDF.js and the viewer.
- Stable (vSTABLE_VERSION)
+ Stable (vSTABLE_VERSION)
Beta (vBETA_VERSION)
diff --git a/pdfjs.config b/pdfjs.config
index d097ad24f..e75970dc7 100644
--- a/pdfjs.config
+++ b/pdfjs.config
@@ -1,6 +1,6 @@
{
- "betaVersion": "2.4.456",
- "stableVersion": "2.3.200",
- "baseVersion": "228a591ca3655237c22f4401b30abee22e52532c",
- "versionPrefix": "2.5."
+ "betaVersion": "2.5.207",
+ "stableVersion": "2.4.456",
+ "baseVersion": "0974d60523c82ed993fc42b3b16a7957f9926dce",
+ "versionPrefix": "2.6."
}