Skip to content

Commit

Permalink
Bump up to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano committed Sep 3, 2019
1 parent a07f286 commit f973be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions LicensePlistViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "LicensePlistViewController"
s.version = "1.0.1"
s.version = "2.0"
s.summary = "LicensePlistViewController is ViewController for LicensePlist."
s.homepage = "https://github.com/yhirano/LicensePlistViewController"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Yuichi Hirano" => "chirano@uraroji.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/yhirano/LicensePlistViewController.git", :tag => "#{s.version}" }
s.source_files = "LicensePlistViewController/*.swift"
s.swift_version = "4.0"
s.swift_version = "5.0"
s.requires_arc = true
end
2 changes: 1 addition & 1 deletion LicensePlistViewController/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>1.0.1</string>
<string>2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f973be6

Please sign in to comment.