Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 14e851a

Browse files
authored
Merge pull request #675 from jha-g/jha-g/version-bump-to-1.14.1
Bumped version to 1.14.1
2 parents 257e6bc + 6076d77 commit 14e851a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

appshell/mac/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.14.0</string>
22+
<string>1.14.1</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.14.0</string>
24+
<string>1.14.1</string>
2525
<key>NSMainNibFile</key>
2626
<string>MainMenu</string>
2727
<key>NSPrincipalClass</key>

appshell/version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3131
//
3232

3333
VS_VERSION_INFO VERSIONINFO
34-
FILEVERSION 1,14,0,0
34+
FILEVERSION 1,14,1,0
3535
/* PRODUCTVERSION 1,0,0,0 */
3636
FILEOS VOS__WINDOWS32
3737
FILETYPE VFT_APP
@@ -42,7 +42,7 @@ BEGIN
4242
BEGIN
4343
VALUE "CompanyName", "brackets.io\0"
4444
VALUE "FileDescription", "\0"
45-
VALUE "FileVersion", "Release 1.14.0\0"
45+
VALUE "FileVersion", "Release 1.14.1\0"
4646
VALUE "ProductName", APP_NAME "\0"
4747
VALUE "ProductVersion", "\0"
4848
VALUE "LegalCopyright", "(c) 2012 Adobe Systems, Inc.\0"

appshell/version_linux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define APP_VERSION "1.14.0.0"
1+
#define APP_VERSION "1.14.1.0"

installer/win/brackets-win-install-build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default="build.mul">
1313
<property name="product.shortname" value="Brackets"/>
1414
<property name="product.release.number.major" value="1"/>
1515
<property name="product.release.number.minor" value="14"/>
16-
<property name="product.release.number.build" value="0"/>
16+
<property name="product.release.number.build" value="1"/>
1717
<property name="product.version.number" value="${product.release.number.major}.${product.release.number.minor}.${product.release.number.build}"/>
1818
<property name="product.version.name" value="Release ${product.release.number.major}.${product.release.number.minor}"/>
1919
<property name="product.fullname" value="Brackets ${product.version.name}"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Brackets-Shell",
3-
"version": "1.14.0-0",
3+
"version": "1.14.1-0",
44
"homepage": "http://brackets.io",
55
"issues": {
66
"url": "http://github.com/adobe/brackets-shell/issues"

0 commit comments

Comments
 (0)