Skip to content

Commit

Permalink
development: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Nov 18, 2016
1 parent 3f9c378 commit 6ffb4d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Algorithm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Algorithm'
s.version = '2.0.0'
s.version = '2.0.1'
s.license = 'BSD-3-Clause'
s.summary = 'A toolset for writing algorithms in Swift.'
s.homepage = 'http://algorithmswift.io'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Algorithm is a library of tools that is used to create intelligent applications.
## Installation

> **Embedded frameworks require a minimum deployment target of iOS 8 or OS X Mavericks (10.10).**
> - [Download Graph](https://github.com/CosmicMind/Algorithm/archive/master.zip)
> - [Download Algorithm](https://github.com/CosmicMind/Algorithm/archive/master.zip)
Visit the [Installation](https://github.com/CosmicMind/Algorithm/wiki/Installation) page to learn how to install Algorithm using [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

Expand Down
2 changes: 1 addition & 1 deletion Sources/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>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6ffb4d1

Please sign in to comment.