From bb6d68503dd46d0d39637c0dce54d3bb3ecfe7c4 Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Thu, 2 Jun 2022 14:23:45 +0530 Subject: [PATCH] 12.0.0 --- leiteng/__init__.py | 2 +- leiteng/public/js/index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/leiteng/__init__.py b/leiteng/__init__.py index ed0265c..eed31c1 100644 --- a/leiteng/__init__.py +++ b/leiteng/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = "0.4.0" +__version__ = "12.0.0" diff --git a/leiteng/public/js/index.js b/leiteng/public/js/index.js index aa92981..71a8f51 100644 --- a/leiteng/public/js/index.js +++ b/leiteng/public/js/index.js @@ -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'); diff --git a/package.json b/package.json index 25eaaa3..42c6d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leiteng", - "version": "0.4.0", + "version": "12.0.0", "description": "Leiteng Backend", "main": "index.js", "scripts": {