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

Commit

Permalink
Merge pull request #675 from jha-g/jha-g/version-bump-to-1.14.1
Browse files Browse the repository at this point in the history
Bumped version to 1.14.1
  • Loading branch information
shubhsnov committed Nov 21, 2019
2 parents 257e6bc + 6076d77 commit 14e851a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appshell/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.14.0</string>
<string>1.14.1</string>
<key>CFBundleShortVersionString</key>
<string>1.14.0</string>
<string>1.14.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions appshell/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,14,0,0
FILEVERSION 1,14,1,0
/* PRODUCTVERSION 1,0,0,0 */
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
Expand All @@ -42,7 +42,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "brackets.io\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "Release 1.14.0\0"
VALUE "FileVersion", "Release 1.14.1\0"
VALUE "ProductName", APP_NAME "\0"
VALUE "ProductVersion", "\0"
VALUE "LegalCopyright", "(c) 2012 Adobe Systems, Inc.\0"
Expand Down
2 changes: 1 addition & 1 deletion appshell/version_linux.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define APP_VERSION "1.14.0.0"
#define APP_VERSION "1.14.1.0"
2 changes: 1 addition & 1 deletion installer/win/brackets-win-install-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default="build.mul">
<property name="product.shortname" value="Brackets"/>
<property name="product.release.number.major" value="1"/>
<property name="product.release.number.minor" value="14"/>
<property name="product.release.number.build" value="0"/>
<property name="product.release.number.build" value="1"/>
<property name="product.version.number" value="${product.release.number.major}.${product.release.number.minor}.${product.release.number.build}"/>
<property name="product.version.name" value="Release ${product.release.number.major}.${product.release.number.minor}"/>
<property name="product.fullname" value="Brackets ${product.version.name}"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Brackets-Shell",
"version": "1.14.0-0",
"version": "1.14.1-0",
"homepage": "http://brackets.io",
"issues": {
"url": "http://github.com/adobe/brackets-shell/issues"
Expand Down

0 comments on commit 14e851a

Please sign in to comment.