Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
2.0.0.Beta.2
  • Loading branch information
msaps committed Jul 25, 2017
1 parent 5421a2a commit 17b148f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pageboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.requires_arc = true

s.version = "2.0.0.beta.1"
s.version = "2.0.0.beta.2"
s.summary = "A simple, highly informative page view controller."
s.description = <<-DESC
A page view controller that provides simplified data source management, enhanced delegation and other useful features.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Pageboy/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>2.0.0.beta.1</string>
<string>2.0.0.beta.2</string>
<key>CFBundleVersion</key>
<string>AUTO_GENERATED</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 17b148f

Please sign in to comment.