From 5f08fbe4eddfe70ab412ddd5d16a89396b32f214 Mon Sep 17 00:00:00 2001 From: Filip Gulan Date: Fri, 10 Sep 2021 16:17:48 +0200 Subject: [PATCH] Restore Cocoapod version. --- Japx.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Japx.podspec b/Japx.podspec index 2d27886..ef46b6e 100644 --- a/Japx.podspec +++ b/Japx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Japx' - s.version = '4.0.1' + s.version = '4.0.0' s.summary = 'Lightweight JSON:API parser.' s.description = <<-DESC Lightweight JSON:API parser that flattens complex JSON:API structure and turns it into simple JSON. It can also take simple JSON and turn it into JSON:API structure.