Skip to content

Commit

Permalink
Merge branch 'release/0.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Apr 5, 2017
2 parents 480edc7 + 8786836 commit 9bf0fa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/Tabman/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>0.4.4</string>
<string>0.4.5</string>
<key>CFBundleVersion</key>
<string>AUTO_GENERATED</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Sources/Tabman/TabmanBarConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

/// Update handler protocol for TabmanBarConfig updates.
internal protocol TabmanBarConfigDelegate {
internal protocol TabmanBarConfigDelegate: class {

/// The config had its style updated.
///
Expand Down Expand Up @@ -62,7 +62,7 @@ public class TabmanBarConfig: Any {
// MARK: Properties
//

internal var delegate: TabmanBarConfigDelegate?
internal weak var delegate: TabmanBarConfigDelegate?


/// The style to use for the bar. Default = .scrollingButtonBar
Expand Down
2 changes: 1 addition & 1 deletion Tabman.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, "9.0"
s.requires_arc = true

s.version = "0.4.4"
s.version = "0.4.5"
s.summary = "A powerful paging view controller with indicator bar for iOS"
s.description = <<-DESC
Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.
Expand Down

0 comments on commit 9bf0fa1

Please sign in to comment.