From f38b8f4530084edd093bc752ee22c2929beec6f0 Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Tue, 7 Oct 2014 15:38:47 -0400 Subject: [PATCH] Bump version: 1.4.1 --- NEWS.md | 11 ++++++++++- lib/liftoff/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index aa9eb46..c4ffd3d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,15 @@ # Liftoff Changelog # -## Liftoff 1.4 - 8 Oct 2014 ## +## Liftoff 1.4.1 - 7 Oct 2014 ## + +### Bug Fixes ### + +* Now using an updated version of [Xcodeproj][] to fix some segfaults reported + by CocoaPods users. + +[Xcodeproj]: https://github.com/CocoaPods/Xcodeproj + +## Liftoff 1.4 - 6 Oct 2014 ## ### New Features ### diff --git a/lib/liftoff/version.rb b/lib/liftoff/version.rb index 43a3235..ea9aa10 100644 --- a/lib/liftoff/version.rb +++ b/lib/liftoff/version.rb @@ -1,3 +1,3 @@ module Liftoff - VERSION = '1.4' + VERSION = '1.4.1' end