Skip to content

Commit c9b0c23

Browse files
committed
deploy visualpython 2.2.5
1 parent dca7cf3 commit c9b0c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/com/com_Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ define([
579579
/**
580580
* Version
581581
*/
582-
Config.version = "2.2.4";
582+
Config.version = "2.2.5";
583583

584584
/**
585585
* Type of mode

js/com/com_Const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define ([
1919
class Constants { }
2020

2121
Constants.TOOLBAR_BTN_INFO = {
22-
HELP: "Visual Python 2.2.4"
22+
HELP: "Visual Python 2.2.5"
2323
, ICON: "vp-main-icon"
2424
, ID: "vpBtnToggle"
2525
, NAME: "toggle-vp"

0 commit comments

Comments
 (0)