From e3c70d1d282d43e5f54d6b525e997653c2d126af Mon Sep 17 00:00:00 2001 From: Sean Carroll Date: Fri, 29 Dec 2017 10:06:13 +0100 Subject: [PATCH] v1.3.2 version bump --- README.md | 3 ++- lib/polyamorous/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01eae19..f4c4c5b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Polyamorous is an extraction of shared code from the [Ernie Miller](http://twitter.com/erniemiller) and maintained by [Ryan Bigg](http://twitter.com/ryanbigg), [Xiang Li](http://bigxiang.github.io), -[Jon Atack](http://twitter.com/jonatack) and a great little group of +[Jon Atack](http://twitter.com/jonatack), +[Sean Carroll](https://github.com/seanfcarroll) and a great little group of [contributors] (https://github.com/activerecord-hackery/polyamorous/graphs/contributors). diff --git a/lib/polyamorous/version.rb b/lib/polyamorous/version.rb index 73229fc..9516367 100644 --- a/lib/polyamorous/version.rb +++ b/lib/polyamorous/version.rb @@ -1,3 +1,3 @@ module Polyamorous - VERSION = '1.3.1' + VERSION = '1.3.2' end