Skip to content

Commit

Permalink
update readme, 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed May 10, 2014
1 parent 76d5300 commit c7f8839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aspects.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Aspects"
s.version = "1.4.0"
s.version = "1.4.1"
s.summary = "Delightful, simple library for aspect oriented programming."
s.homepage = "https://github.com/steipete/Aspects"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Aspects v1.4.0 [![Build Status](https://travis-ci.org/steipete/Aspects.svg?branch=master)](https://travis-ci.org/steipete/Aspects)
Aspects v1.4.1 [![Build Status](https://travis-ci.org/steipete/Aspects.svg?branch=master)](https://travis-ci.org/steipete/Aspects)
==============

Delightful, simple library for aspect oriented programming by [@steipete](http://twitter.com/steipete).
Expand Down Expand Up @@ -185,6 +185,10 @@ MIT licensed, Copyright (c) 2014 Peter Steinberger, [email protected], [@steipe
Release Notes
-----------------
Version 1.4.1
- Rename error codes.
Version 1.4.0
- Add support for block signatures that match method signatures. (thanks to @nickynick)
Expand Down

0 comments on commit c7f8839

Please sign in to comment.