From 2d7f7e3d4775f95e92d7c60e01304a58a00e811c Mon Sep 17 00:00:00 2001 From: Ben Asher Date: Mon, 27 Aug 2018 12:12:46 -0700 Subject: [PATCH] Prepare for 0.1.4 release (#138) This updates the podspec and changelog for the 0.1.4 release. --- CHANGELOG.md | 8 ++++---- ReactiveLists.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3058bcb..253dbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl ------ -0.2.0 ------ +0.2.0 (NEXT) +------------ This release closes the [0.2.0 milestone](https://github.com/plangrid/ReactiveLists/milestone/2). -0.1.4 (NEXT) ------------- +0.1.4 +----- This release closes the [0.1.4 milestone](https://github.com/plangrid/ReactiveLists/milestone/7). diff --git a/ReactiveLists.podspec b/ReactiveLists.podspec index 3ba2196..f833590 100644 --- a/ReactiveLists.podspec +++ b/ReactiveLists.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ReactiveLists" - s.version = "0.1.3" + s.version = "0.1.4" s.summary = "React-like API for UITableView and UICollectionView" s.homepage = "https://github.com/plangrid/ReactiveLists"