diff --git a/package.json b/package.json index 2e65a5f..1c11212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posx", - "version": "13.4.1", + "version": "13.4.2", "description": "ERPNext POS Extended", "main": "posx/public/js/index.js", "scripts": { diff --git a/posx/__init__.py b/posx/__init__.py index 405d348..cd5c43b 100644 --- a/posx/__init__.py +++ b/posx/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = "13.4.1" +__version__ = "13.4.2" diff --git a/posx/public/js/index.js b/posx/public/js/index.js index 59041ed..ef077ec 100644 --- a/posx/public/js/index.js +++ b/posx/public/js/index.js @@ -8,7 +8,7 @@ function get_doctype(import_name) { .join(' '); } -const __version__ = '13.4.1'; +const __version__ = '13.4.2'; frappe.provide('posx'); posx = { __version__, scripts };