Skip to content

Commit

Permalink
v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Sep 27, 2022
1 parent addec29 commit 0165276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2",
"version": "14.0.0",
"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,4 +1,4 @@
# -*- coding: utf-8 -*-

__version__ = "13.4.2"
__version__ = "14.0.0"

2 changes: 1 addition & 1 deletion posx/public/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const __version__ = '13.4.2';
export const __version__ = '14.0.0';

0 comments on commit 0165276

Please sign in to comment.