From 3aa14165dc19cccedb651adb196f06882fc123e4 Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Thu, 28 Oct 2021 21:44:40 +0530 Subject: [PATCH] 13.2.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 8408566..0e79bba 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.2.0" +__version__ = "13.2.1" diff --git a/gg_custom/public/js/index.js b/gg_custom/public/js/index.js index 0a5b15e..32ac7c9 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.2.0'; +const __version__ = '13.2.1'; frappe.provide('gg_custom'); gg_custom = { __version__, scripts, reports }; diff --git a/package-lock.json b/package-lock.json index 6402153..6813662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gg_custom", - "version": "13.2.0", + "version": "13.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc0287f..29272f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gg_custom", - "version": "13.2.0", + "version": "13.2.1", "description": "Customizations for GG", "main": "gg_custom/public/js/index.js", "scripts": {