File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ <h1 class="brackets-logo">
119
119
< div class ="large-12 columns ">
120
120
< h1 > < span data-i18n ="index.page.hero.description "> A modern, open source text editor that understands web design.</ span > </ h1 >
121
121
< div id ="download ">
122
- < a id ="hero-cta-button " href ="https://github.com/adobe/brackets/releases/latest " class ="large rounded radius button "> < div data-i18n ="[html]index.page.hero.download "> Download Brackets < d id ="download-brackets-version "> 1.4 </ d > </ div >
122
+ < a id ="hero-cta-button " href ="https://github.com/adobe/brackets/releases/latest " class ="large rounded radius button "> < div data-i18n ="[html]index.page.hero.download "> Download Brackets < d id ="download-brackets-version "> 1.5 </ d > </ div >
123
123
< span id ="download-version " class ="nowrap " data-i18n ="index.page.hero.bundle-info "> + Extract (Preview) by Adobe</ span >
124
124
</ a >
125
125
< div id ="os-alert " class ="alert-box radius " data-alert >
@@ -463,7 +463,7 @@ <h5 data-i18n="footer.in-touch.header">Keep in Touch</h5>
463
463
if ( OS != "OTHER" && buildNum ) {
464
464
var tag = buildName . toLowerCase ( ) . split ( " " ) . join ( "-" ) ,
465
465
url = "https://github.com/adobe/brackets/releases/" + tag ,
466
- urlE4B = "https://github.com/adobe/brackets/releases/download/release-1.4 %2Beb4/Brackets.1.4 .Extract" + ext ;
466
+ urlE4B = "https://github.com/adobe/brackets/releases/download/release-1.5 %2Beb4/Brackets.1.5 .Extract" + ext ;
467
467
if ( ext ) {
468
468
url = "https://github.com/adobe/brackets/releases/download/" + tag + "/Brackets." + buildName . split ( " " ) . join ( "." ) + ext ;
469
469
}
You can’t perform that action at this time.
0 commit comments