Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Sep 21, 2015
1 parent f49fd6b commit 67c68e2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.5.1

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SourceKitten links and communicates with `sourcekitd.framework` to parse the Swi

Building SourceKitten up to 0.4.5 requires Xcode 6.4.

Building SourceKitten 0.5.0 or later requires Xcode 7 Beta 6.
Building SourceKitten 0.5.0 or later requires Xcode 7.

SourceKitten typically supports previous versions of SourceKit.

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/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>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/sourcekitten/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>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/sourcekitten/VersionCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Commandant
import Result

private let version = "0.5.0"
private let version = "0.5.1"

struct VersionCommand: CommandType {
let verb = "version"
Expand Down
4 changes: 2 additions & 2 deletions jazzy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jazzy -m SourceKitten \
-a "JP Simard" \
-u https://github.com/jpsim/SourceKitten \
-g https://github.com/jpsim/SourceKitten \
--github-file-prefix https://github.com/jpsim/SourceKitten/blob/0.5.0 \
--module-version 0.5.0 \
--github-file-prefix https://github.com/jpsim/SourceKitten/blob/0.5.1 \
--module-version 0.5.1 \
-r http://www.jpsim.com/SourceKitten/ \
-x -workspace,SourceKitten.xcworkspace,-scheme,SourceKittenFramework \
-c

0 comments on commit 67c68e2

Please sign in to comment.