diff --git a/Aspects.podspec b/Aspects.podspec index d8fae03..88fe002 100644 --- a/Aspects.podspec +++ b/Aspects.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Aspects" - s.version = "1.0.1" + s.version = "1.1.0" s.summary = "Delightful, simple library for aspect oriented programming." s.homepage = "https://github.com/steipete/Aspects" s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/README.md b/README.md index 696764b..2510e1a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Aspects can be used to **dynamically add logging** for debug builds only: ------------------- It can be used to greatly simplify your analytics setup: -https://github.com/orta/ARAnalytics/pull/74 +https://github.com/orta/ARAnalytics/pull/77 ------------------- You can check if methods are really being called in your test cases: @@ -149,7 +149,7 @@ MIT licensed, Copyright (c) 2014 Peter Steinberger, steipete@gmail.com, [@steipe Release Notes ----------------- -Version 1.1.0 (Upcoming) +Version 1.1.0 - Renamed the files from NSObject+Aspects.m/h to just Aspects.m/h. - Removing now works via calling `remove` on the aspect token.