Skip to content

Commit

Permalink
Release 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 20, 2017
1 parent 0d0db85 commit 18e391d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Master
## 0.18.2

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.18.1</string>
<string>0.18.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Version.swift
Expand Up @@ -9,5 +9,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.18.1")
public static let current = Version(value: "0.18.2")
}
2 changes: 1 addition & 1 deletion Source/sourcekitten/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.18.1</string>
<string>0.18.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 18e391d

Please sign in to comment.