Skip to content

Commit a585956

Browse files
committed
Bumped version
1 parent df5daa6 commit a585956

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Bridgecraft.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Bridgecraft'
3-
s.version = '0.1.0'
3+
s.version = '0.2.0'
44
s.license = 'MIT'
55
s.summary = 'Generate Swift interface for ObjC bridging headers '
66
s.description = <<-DESC

Bridgecraft/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.0</string>
20+
<string>0.2.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>

Bridgecraft/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Commander
1010
import Foundation
1111

12-
let version = "0.1.0"
12+
let version = "0.2.0"
1313

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

0 commit comments

Comments
 (0)