Skip to content

Commit

Permalink
13.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed May 1, 2022
1 parent 4922e87 commit 38ae0da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posx",
"version": "13.4.0",
"version": "13.4.1",
"description": "ERPNext POS Extended",
"main": "posx/public/js/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion posx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "13.4.0"
__version__ = "13.4.1"

2 changes: 1 addition & 1 deletion posx/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function get_doctype(import_name) {
.join(' ');
}

const __version__ = '13.4.0';
const __version__ = '13.4.1';

frappe.provide('posx');
posx = { __version__, scripts };
Expand Down

0 comments on commit 38ae0da

Please sign in to comment.