From 67e2b0441a9279946d2f8b4805efdcb41080644e Mon Sep 17 00:00:00 2001 From: Bawn Date: Tue, 10 Sep 2019 23:12:32 +0800 Subject: [PATCH] Bump version to 0.0.5 --- Aquaman.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aquaman.podspec b/Aquaman.podspec index 71e9bce..3ce4e81 100644 --- a/Aquaman.podspec +++ b/Aquaman.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Aquaman" - s.version = "0.0.4" + s.version = "0.0.5" s.summary = "An easy solution to nested scrolling" s.homepage = "https://github.com/bawn/Aquaman" s.license = { :type => "MIT", :file => "LICENSE" }