diff --git a/README.md b/README.md
index 677802956..641eb52e5 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Tesseract.js works with a `
+
```
After including your scripts, the `Tesseract` variable will be defined globally!
diff --git a/docs/local-installation.md b/docs/local-installation.md
index 0a064f615..dccbc44c0 100644
--- a/docs/local-installation.md
+++ b/docs/local-installation.md
@@ -10,7 +10,7 @@ In Node.js environment, the only path you may want to customize is languages/lan
```javascript
const worker = Tesseract.TesseractWorker({
- workerPath: 'https://unpkg.com/tesseract.js@v2.0.0-alpha.6/dist/worker.min.js',
+ workerPath: 'https://unpkg.com/tesseract.js@v2.0.0-alpha.7/dist/worker.min.js',
langPath: 'https://tessdata.projectnaptha.com/4.0.0',
corePath: 'https://unpkg.com/tesseract.js-core@v2.0.0-beta.10/tesseract-core.wasm.js',
});
diff --git a/package-lock.json b/package-lock.json
index c71bbfa46..933037b83 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tesseract.js",
- "version": "2.0.0-alpha.6",
+ "version": "2.0.0-alpha.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 57993f7c0..6e3c7aad2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tesseract.js",
- "version": "2.0.0-alpha.6",
+ "version": "2.0.0-alpha.7",
"description": "Pure Javascript Multilingual OCR",
"main": "src/index.js",
"scripts": {