Bump versions in pdfjs.config and update the getting started page of the website for the new release

This commit is contained in:
Tim van der Meij 2020-06-01 12:45:04 +02:00
parent 0974d60523
commit a98b81f8ae
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 6 additions and 5 deletions

View File

@ -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.
</p>
<span class="GROUP_CLASS">
<a type="button" class="btn btn-primary" href="https://github.com/mozilla/pdf.js/releases/download/vSTABLE_VERSION/pdfjs-STABLE_VERSION-dist.zip">Stable (vSTABLE_VERSION)</a>
<a type="button" class="btn btn-warning HIDDEN_CLASS" href="https://github.com/mozilla/pdf.js/releases/download/vBETA_VERSION/pdfjs-BETA_VERSION-dist.zip">Beta (vBETA_VERSION)</a>
</span>
</div>
@ -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.
</p>
<span class="GROUP_CLASS">
<a type="button" class="btn btn-primary" href="https://github.com/mozilla/pdf.js/releases/download/vSTABLE_VERSION/pdfjs-STABLE_VERSION-dist.zip">Stable (vSTABLE_VERSION)</a>
<a type="button" class="btn btn-primary" href="https://github.com/mozilla/pdf.js/releases/download/vSTABLE_VERSION/pdfjs-STABLE_VERSION-es5-dist.zip">Stable (vSTABLE_VERSION)</a>
<a type="button" class="btn btn-warning HIDDEN_CLASS" href="https://github.com/mozilla/pdf.js/releases/download/vBETA_VERSION/pdfjs-BETA_VERSION-es5-dist.zip">Beta (vBETA_VERSION)</a>
</span>
</div>

View File

@ -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."
}