Skip to content

Commit a49fa9d

Browse files
authored
Merge pull request #160 from visualpython/release
Release v2.2.11
2 parents 893f5ad + 68c449e commit a49fa9d

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
@@ -587,7 +587,7 @@ define([
587587
/**
588588
* Version
589589
*/
590-
Config.version = "2.2.10";
590+
Config.version = "2.2.11";
591591

592592
/**
593593
* 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.10"
22+
HELP: "Visual Python 2.2.11"
2323
, ICON: "vp-main-icon"
2424
, ID: "vpBtnToggle"
2525
, NAME: "toggle-vp"

0 commit comments

Comments
 (0)