From 0637b01243229ec3d6785b64d16899fa8947af58 Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Mon, 5 Jul 2021 05:18:36 +0530 Subject: [PATCH] 13.0.1 --- gg_custom/__init__.py | 2 +- gg_custom/public/js/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gg_custom/__init__.py b/gg_custom/__init__.py index c18b034..190475e 100644 --- a/gg_custom/__init__.py +++ b/gg_custom/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = "13.0.0" +__version__ = "13.0.1" diff --git a/gg_custom/public/js/index.js b/gg_custom/public/js/index.js index 4f04628..d5deabf 100644 --- a/gg_custom/public/js/index.js +++ b/gg_custom/public/js/index.js @@ -3,7 +3,7 @@ import * as reports from './reports'; import * as cscripts from './cscripts'; import * as quick_entry from './quick_entry'; -const __version__ = '13.0.0'; +const __version__ = '13.0.1'; frappe.provide('gg_custom'); gg_custom = { __version__, scripts, reports }; diff --git a/package-lock.json b/package-lock.json index e818503..4c5f488 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gg_custom", - "version": "0.4.16", + "version": "13.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd8f338..41c00ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gg_custom", - "version": "13.0.0", + "version": "13.0.1", "description": "Customizations for GG", "main": "gg_custom/public/js/index.js", "scripts": {