Skip to content

Commit 2a3f54b

Browse files
committed
Bumped version
1 parent cf22f92 commit 2a3f54b

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.3.0'
3+
s.version = '0.4.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.3.0</string>
20+
<string>0.4.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>8</string>
22+
<string>9</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.3.0"
12+
let version = "0.4.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)