Skip to content

Commit

Permalink
release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 1, 2016
1 parent 69ef6f6 commit ac55fc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.15.2

##### Breaking

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.15.1</string>
<string>0.15.2</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.15.1</string>
<string>0.15.2</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.15.1"
private let version = "0.15.2"

struct VersionCommand: CommandProtocol {
let verb = "version"
Expand Down
2 changes: 1 addition & 1 deletion SourceKitten.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SourceKitten'
s.module_name = 'SourceKittenFramework'
s.version = '0.15.1'
s.version = '0.15.2'
s.summary = 'An adorable little framework for interacting with SourceKit.'
s.homepage = 'https://github.com/jpsim/SourceKitten'
s.source = { :git => s.homepage + '.git', :tag => s.version }
Expand Down

0 comments on commit ac55fc2

Please sign in to comment.