Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvsti committed Sep 25, 2018
1 parent b6cf7b2 commit 257a52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Bridgecraft.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Bridgecraft'
s.version = '0.2.0'
s.version = '0.3.0'
s.license = 'MIT'
s.summary = 'Generate Swift interface for ObjC bridging headers '
s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Bridgecraft/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Bridgecraft/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Commander
import Foundation

let version = "0.2.0"
let version = "0.3.0"

let generate = command(
Flag("assume-nonnull", description: "assume that all headers have been audited for nullability"),
Expand Down

0 comments on commit 257a52e

Please sign in to comment.