Skip to content

Commit d95e757

Browse files
committed
V:: v.0.8.1
1 parent 153a7d7 commit d95e757

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "DjVu.js Viewer",
44
"short_name": "DV",
5-
"version": "0.8.0.0",
5+
"version": "0.8.1.0",
66
"author": "RussCoder",
77
"homepage_url": "https://github.com/RussCoder/djvujs",
88
"description": "Opens links to .djvu files. Allows opening files from a local disk. Processes <object> & <embed> tags.",

viewer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# DjVu.js Viewer's Changelog
22

3+
## v.0.8.1 (11.09.2021)
4+
5+
- Fixed a bug from the previous release (the text layer couldn't be selected).
6+
- Updated Italian and Chinese translations.
7+
38
## v.0.8.0 (06.09.2021)
49

510
- Mobile version.

viewer/src/DjVuViewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Events = constant({
1717

1818
export default class DjVuViewer extends EventEmitter {
1919

20-
static VERSION = '0.8.0';
20+
static VERSION = '0.8.1';
2121

2222
static Events = Events;
2323

0 commit comments

Comments
 (0)