From 1bc365aaad8a067a3084af09fd0ecf36654262a0 Mon Sep 17 00:00:00 2001 From: Sathyakumar Rajaraman Date: Sun, 28 Jan 2018 12:21:13 +0530 Subject: [PATCH] Bump up pod version to 0.0.4 --- Common/Balance.swift | 2 +- Cryptex.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Balance.swift b/Common/Balance.swift index 5cd33c3..7c58c46 100644 --- a/Common/Balance.swift +++ b/Common/Balance.swift @@ -22,7 +22,7 @@ public class Balance: BalanceType, CustomStringConvertible { } public var description: String { - return "\n" + currency.code + " : " + quantity.stringValue + return currency.code + ": " + quantity.stringValue } } diff --git a/Cryptex.podspec b/Cryptex.podspec index 15c8b51..5ba342b 100644 --- a/Cryptex.podspec +++ b/Cryptex.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Cryptex" - s.version = "0.0.3" + s.version = "0.0.4" s.summary = "Cryptocurrency Exchange API Clients in Swift." s.description = <<-DESC Multiple crypto currency exchange api clients in swift.