Version 0.13.0

This commit is contained in:
David Jennes
2018-09-25 03:18:14 +02:00
parent 2760843236
commit 42e415a9bf
4 changed files with 8 additions and 8 deletions

View File

@@ -58,9 +58,9 @@ author = 'Kyle Fuller'
# built documents.
#
# The short X.Y version.
version = '0.12.1'
version = '0.13.0'
# The full version, including alpha/beta/rc tags.
release = '0.12.1'
release = '0.13.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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