Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Jun 2, 2022
1 parent 451ac47 commit f893a04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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": "0.4.9",
"version": "12.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,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "0.4.9"
__version__ = "12.0.0"

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

const __version__ = '0.4.9';
const __version__ = '12.0.0';

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

0 comments on commit f893a04

Please sign in to comment.