Skip to content

Commit fad03c2

Browse files
committed
deploy visualpython 1.1.5
1 parent d833458 commit fad03c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/api_block/blockContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ define([
26262626
this.hideOptionPreviewBox();
26272627
$(VP_ID_PREFIX + VP_APIBLOCK_BOARD_OPTION_PREVIEW_BUTTON).removeClass('enabled');
26282628

2629-
this.setNavigator(BLOCK_CODELINE_TYPE.NONE, 'Visual Python 1.1.4');
2629+
this.setNavigator(BLOCK_CODELINE_TYPE.NONE, 'Visual Python 1.1.5');
26302630
this.setFocusedPageType(FOCUSED_PAGE_TYPE.BOARD);
26312631
$('.vp-apiblock-option-tab-none').css(STR_DISPLAY, STR_BLOCK);
26322632
}

src/api_block/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
id='vp_apiblock_option_page'>
172172
<div class="vp-apiblock-option-navigator">
173173
<div class="vp-apiblock-option-navigator-label">
174-
<span class="vp-orange-text">Visual Python 1.1.4</span>
174+
<span class="vp-orange-text">Visual Python 1.1.5</span>
175175
</div>
176176
<div class="vp-apiblock-option-new-to-save" title="something modified...">
177177

src/common/constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ define ([
4848
* toolbar btn properties
4949
*/
5050
const TOOLBAR_BTN_INFO = {
51-
HELP: "Visual Python 1.1.4"
51+
HELP: "Visual Python 1.1.5"
5252
// , ICON: "fa-angellist"
5353
, ICON: "vp-main-icon"
5454
, ID: "vpBtnToggle"

0 commit comments

Comments
 (0)