Skip to content

Commit 19575bf

Browse files
committed
Release 1.1.0.
1 parent c1894e6 commit 19575bf

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

Products/XcodeGitHub.app.zip

368 Bytes
Binary file not shown.

Products/XcodeGitHub.framework.zip

486 Bytes
Binary file not shown.

Products/xcode-github

4.08 KB
Binary file not shown.

XcodeGitHub/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.3</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>NSHumanReadableCopyright</key>

build-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
marketing_version=1.0.3
4+
marketing_version=1.1.0
55
build_version=1
66

77
textBold="\e[1m\e[34m" # Dark Blue

xcode-github-app/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.3</string>
20+
<string>1.1.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSApplicationCategoryType</key>

xcode-github-cli/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.3</string>
20+
<string>1.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)