Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassan Shahbazi authored and Hassan Shahbazi committed May 14, 2018
1 parent 81af2ab commit 3c9d17f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CBORSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "CBORSwift"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "CBORSwift has implemented CBOR with Swift useful for iOS and macOS projects."

# This description is used to generate tags and improve search results.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion CBORSwift/Classes/Encoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension NSNumber {
public class NSByteString: NSObject {
private var value: String = ""

init(_ value: String) {
public init(_ value: String) {
super.init()
self.value = value
}
Expand Down

0 comments on commit 3c9d17f

Please sign in to comment.