Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Bumped to 0.6.6
  • Loading branch information
Pasquale Ambrosini authored and Pasquale Ambrosini committed May 25, 2018
2 parents e97664b + 431ad6f commit 4599586
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IotaKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.swift_version = '4.0'
s.name = "IotaKit"
s.version = "0.6.5"
s.version = "0.6.6"
s.summary = "The IOTA Swift API Library"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion IotaKit.xcodeproj/IotaKit_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.6.5</string>
<string>0.6.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Compile it directly from Xcode project or follow the Ubuntu instructions

### CocoaPods

`pod 'IotaKit', '~> 0.6.5'`
`pod 'IotaKit', '~> 0.6.6'`

## Class Reference

Expand Down

0 comments on commit 4599586

Please sign in to comment.