Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
1.5.1
  • Loading branch information
msaps committed Mar 3, 2019
1 parent 56f4c3d commit 2731f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoInsetter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.swift_version = "4.2"

s.version = "1.5.0"
s.version = "1.5.1"
s.summary = "Provide auto insetting capabilities to view controllers."
s.description = <<-DESC
Auto Inset engine that can automatically handle custom insetting of view controllers.
Expand Down
2 changes: 1 addition & 1 deletion Sources/AutoInsetter/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.5.0</string>
<string>1.5.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 2731f3e

Please sign in to comment.