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 @@ -2649,7 +2649,7 @@ define([
2649
2649
this . hideOptionPreviewBox ( ) ;
2650
2650
$ ( VP_ID_PREFIX + VP_APIBLOCK_BOARD_OPTION_PREVIEW_BUTTON ) . removeClass ( 'enabled' ) ;
2651
2651
2652
- this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.15 ' ) ;
2652
+ this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.2.0 ' ) ;
2653
2653
this . setFocusedPageType ( FOCUSED_PAGE_TYPE . BOARD ) ;
2654
2654
$ ( '.vp-apiblock-option-tab-none' ) . css ( STR_DISPLAY , STR_BLOCK ) ;
2655
2655
}
Original file line number Diff line number Diff line change 120
120
id ='vp_apiblock_option_page '>
121
121
< div class ="vp-apiblock-option-navigator ">
122
122
< div class ="vp-apiblock-option-navigator-label ">
123
- < span class ="vp-orange-text "> Visual Python 1.1.15 </ span >
123
+ < span class ="vp-orange-text "> Visual Python 1.2.0 </ span >
124
124
</ div >
125
125
< div class ="vp-apiblock-option-new-to-save " title ="something modified... ">
126
126
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.15 "
51
+ HELP : "Visual Python 1.2.0 "
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