diff --git a/CHANGES.markdown b/CHANGES.markdown index 6d846bc..523460c 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,5 +1,10 @@ ## HEAD +## 0.3.4 + + * Support for long press on views + * Minor project housekeeping + ## 0.3.3 * Carthage compatibility diff --git a/PivotalCoreKit.podspec b/PivotalCoreKit.podspec index cee98e3..655d632 100644 --- a/PivotalCoreKit.podspec +++ b/PivotalCoreKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PivotalCoreKit' - s.version = '0.3.3' + s.version = '0.3.4' s.license = { :type => 'MIT', :file => 'LICENSE.markdown' } s.summary = 'Shared library and test code for iOS projects.' s.homepage = 'https://github.com/pivotal/PivotalCoreKit'