From 5ef02235c151cb97faac62a638212b44dc6d1d88 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 3 Nov 2023 13:49:26 -0700 Subject: [PATCH] update podspec --- ReactiveLists.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveLists.podspec b/ReactiveLists.podspec index d4031ee..a9731e2 100644 --- a/ReactiveLists.podspec +++ b/ReactiveLists.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ReactiveLists" - s.version = "0.8.1.beta.9" + s.version = "0.8.2" s.summary = "React-like API for UITableView and UICollectionView" s.homepage = "https://github.com/plangrid/ReactiveLists"