changeset fd3e57df46b8 in sao:6.6
details: https://hg.tryton.org/sao?cmd=changeset&node=fd3e57df46b8
description:
        Increase version number
diffstat:

 package.json |  2 +-
 src/sao.js   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 7fe7fd9acfc4 -r fd3e57df46b8 package.json
--- a/package.json      Tue Dec 06 18:28:04 2022 +0100
+++ b/package.json      Tue Dec 06 18:28:13 2022 +0100
@@ -2,7 +2,7 @@
   "name": "tryton-sao",
   "title": "sao",
   "description": "Tryton webclient",
-  "version": "6.6.1",
+  "version": "6.6.2",
   "homepage": "http://www.tryton.org/";,
   "author": {
     "name": "Tryton"
diff -r 7fe7fd9acfc4 -r fd3e57df46b8 src/sao.js
--- a/src/sao.js        Tue Dec 06 18:28:04 2022 +0100
+++ b/src/sao.js        Tue Dec 06 18:28:13 2022 +0100
@@ -1,7 +1,7 @@
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
    this repository contains the full copyright notices and license terms. */
 var Sao = {
-    __version__: '6.6.0',
+    __version__: '6.6.2',
 };
 
 (function() {

Reply via email to