Skip to content

Commit

Permalink
Aspects 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed May 4, 2014
1 parent 30cafe5 commit e21f083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e21f083

Please sign in to comment.