Skip to content

Commit

Permalink
Release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
E-B-Smith committed Feb 20, 2019
1 parent d4b51dd commit 51b94a6
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# xcode-github Change Log

## v1.1.2 - February 20, 2019
* Fixed the build so it works in development and release modes. (#8)

## v1.1.1 - February 15, 2019
* Bug fix: Adding another server in the preferences wasn't always persisted.
* Bug fix: If an Xcode server had no bots defined then no items appeared in the status window.
Expand Down
Binary file modified Products/XcodeGitHub.app.dSYM.zip
Binary file not shown.
Binary file modified Products/XcodeGitHub.app.zip
Binary file not shown.
Binary file modified Products/XcodeGitHub.framework.zip
Binary file not shown.
Binary file modified Products/xcode-github
Binary file not shown.
Binary file modified Products/xcode-github.dSYM.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion XcodeGitHub/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion build-release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

marketing_version=1.1.1
marketing_version=1.1.2
build_version=1

textBold="\e[1m\e[34m" # Dark Blue
Expand Down
2 changes: 1 addition & 1 deletion xcode-github-app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion xcode-github-cli/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 51b94a6

Please sign in to comment.