Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

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 fc4717a commit bb6d685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion leiteng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "0.4.0"
__version__ = "12.0.0"
2 changes: 1 addition & 1 deletion leiteng/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as cscripts from './cscripts';

import { get_doctype } from './cscripts/utils';

const __version__ = '0.4.0';
const __version__ = '12.0.0';

frappe.provide('leiteng');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leiteng",
"version": "0.4.0",
"version": "12.0.0",
"description": "Leiteng Backend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bb6d685

Please sign in to comment.