Skip to content

Commit 86084b5

Browse files
committed
Version 6.9.1
1 parent b8c35e2 commit 86084b5

10 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more information, go to https://www.luigifab.fr/apijs (IPv6 is required, it'
88

99
This repository is a releases mirror. To install it, please read the documentation.
1010

11-
- Current version: 6.9.0 (07/07/2022)
11+
- Current version: 6.9.1 (08/08/2022)
1212
- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+
1313
- Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk)
1414
- License: GNU GPL 2+

src/javascripts/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Created J/03/12/2009
3-
* Updated M/15/02/2022
3+
* Updated V/05/08/2022
44
*
55
* Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
66
* https://www.luigifab.fr/apijs
@@ -46,7 +46,7 @@ var apijs = new (function () {
4646

4747
"use strict";
4848
this.core = {};
49-
this.version = 690;
49+
this.version = 691;
5050

5151
this.config = {
5252
lang: 'auto',

src/zip/apijs-print.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs-print.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs-screen-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs-screen-rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs-screen.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs-screen.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zip/apijs.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)