From 0a1eedd03b685bd34bd03388bf7dda434bd0e5b0 Mon Sep 17 00:00:00 2001 From: Albert Vernon Date: Sat, 10 Jan 2015 15:30:22 -0500 Subject: [PATCH] Version bump to 1.7.2. --- README.md | 1 + lib/commission_junction/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f77ed8f..a9c84ed 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ end * [Michael Nutt](https://github.com/mnutt) * [Jean-Sebastien Boulanger](https://github.com/jsboulanger) * [luckyjazzbo](https://github.com/luckyjazzbo) +* [samsaradog](https://github.com/samsaradog) ## Copyright diff --git a/lib/commission_junction/version.rb b/lib/commission_junction/version.rb index 9563917..78c9d3e 100644 --- a/lib/commission_junction/version.rb +++ b/lib/commission_junction/version.rb @@ -1,3 +1,3 @@ class CommissionJunction - VERSION = '1.7.1' + VERSION = '1.7.2' end