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

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Mar 23, 2021
1 parent c9c7538 commit ef27a56
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.3.5"
__version__ = "0.3.6"
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.3.5';
const __version__ = '0.3.6';

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.3.5",
"version": "0.3.6",
"description": "Leiteng Backend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ef27a56

Please sign in to comment.