Skip to content

Commit

Permalink
13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Oct 28, 2021
1 parent 894317c commit 3aa1416
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gg_custom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "13.2.0"
__version__ = "13.2.1"

2 changes: 1 addition & 1 deletion gg_custom/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3aa1416

Please sign in to comment.