Skip to content

Commit f123661

Browse files
committed
Update to 1.5
1 parent 9a45ab0 commit f123661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1 class="brackets-logo">
119119
<div class="large-12 columns">
120120
<h1><span data-i18n="index.page.hero.description">A modern, open source text editor that understands web design.</span></h1>
121121
<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>
123123
<span id="download-version" class="nowrap" data-i18n="index.page.hero.bundle-info">+ Extract (Preview) by Adobe</span>
124124
</a>
125125
<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>
463463
if (OS != "OTHER" && buildNum) {
464464
var tag = buildName.toLowerCase().split(" ").join("-"),
465465
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;
467467
if (ext) {
468468
url = "https://github.com/adobe/brackets/releases/download/" + tag + "/Brackets." + buildName.split(" ").join(".") + ext;
469469
}

0 commit comments

Comments
 (0)