File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2586,7 +2586,7 @@ define([
2586
2586
this . hideOptionPreviewBox ( ) ;
2587
2587
$ ( VP_ID_PREFIX + VP_APIBLOCK_BOARD_OPTION_PREVIEW_BUTTON ) . removeClass ( 'enabled' ) ;
2588
2588
2589
- this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.3 ' ) ;
2589
+ this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.4 ' ) ;
2590
2590
this . setFocusedPageType ( FOCUSED_PAGE_TYPE . BOARD ) ;
2591
2591
$ ( '.vp-apiblock-option-tab-none' ) . css ( STR_DISPLAY , STR_BLOCK ) ;
2592
2592
}
Original file line number Diff line number Diff line change 140
140
id ='vp_apiblock_option_page '>
141
141
< div class ="vp-apiblock-option-navigator ">
142
142
< div class ="vp-apiblock-option-navigator-label ">
143
- < span class ="vp-orange-text "> Visual Python 1.1.3 </ span >
143
+ < span class ="vp-orange-text "> Visual Python 1.1.4 </ span >
144
144
</ div >
145
145
< div class ="vp-apiblock-option-new-to-save " title ="something modified... ">
146
146
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ define ([
48
48
* toolbar btn properties
49
49
*/
50
50
const TOOLBAR_BTN_INFO = {
51
- HELP : "Visual Python 1.1.3 "
51
+ HELP : "Visual Python 1.1.4 "
52
52
// , ICON: "fa-angellist"
53
53
, ICON : "vp-main-icon"
54
54
, ID : "vpBtnToggle"
You can’t perform that action at this time.
0 commit comments