diff --git a/CHANGELOG.md b/CHANGELOG.md index aba336c..3e2afc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.3.5 + +## Fixes + +- Speed up theme source observation with deep source directories and theme hierarchies (#91) + # 0.3.4 ## Fixes diff --git a/Motif.podspec b/Motif.podspec index fd58774..d0cd586 100644 --- a/Motif.podspec +++ b/Motif.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Motif' - s.version = '0.3.4' + s.version = '0.3.5' s.license = { :type => 'MIT', :file => 'LICENSE'