Skip to content

Commit

Permalink
Bump up pod version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trsathya committed Jan 28, 2018
1 parent 3ab0a6e commit 1bc365a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/Balance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Balance: BalanceType, CustomStringConvertible {
}

public var description: String {
return "\n" + currency.code + " : " + quantity.stringValue
return currency.code + ": " + quantity.stringValue
}
}

Expand Down
2 changes: 1 addition & 1 deletion Cryptex.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1bc365a

Please sign in to comment.