chore: Release 0.8.0

This commit is contained in:
Kyle Fuller
2017-02-18 12:43:22 +00:00
parent cf9714ffd0
commit 20b9476e4b
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ dependencies inside ``Package.swift``.
let package = Package(
name: "MyApplication",
dependencies: [
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0, minor: 8),
]
)
@@ -26,7 +26,7 @@ If you're using CocoaPods, you can add Stencil to your ``Podfile`` and then run
.. code-block:: ruby
pod 'Stencil'
pod 'Stencil', '~> 0.8.0'
Carthage
--------
@@ -37,7 +37,7 @@ Carthage
.. code-block:: text
github "kylef/Stencil" ~> 0.7.0
github "kylef/Stencil" ~> 0.8.0
2) Checkout your dependencies, generate the Stencil Xcode project, and then use Carthage to build Stencil: