From 27608432367759b2614ecdb663579884c658409d Mon Sep 17 00:00:00 2001 From: David Jennes Date: Tue, 25 Sep 2018 03:17:44 +0200 Subject: [PATCH] Update some old refs --- LICENSE | 3 +-- docs/_templates/sidebar_intro.html | 2 +- docs/installation.rst | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index a8c6d13..8aa8286 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014, Kyle Fuller +Copyright (c) 2018, Kyle Fuller All rights reserved. Redistribution and use in source and binary forms, with or without @@ -21,4 +21,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/docs/_templates/sidebar_intro.html b/docs/_templates/sidebar_intro.html index 6e5f6d2..d5bd29f 100644 --- a/docs/_templates/sidebar_intro.html +++ b/docs/_templates/sidebar_intro.html @@ -2,7 +2,7 @@

diff --git a/docs/installation.rst b/docs/installation.rst index bc3fad6..f3a58a5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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: 8), + .Package(url: "https://github.com/stencilproject/Stencil.git", majorVersion: 0, minor: 12), ] ) @@ -37,7 +37,7 @@ Carthage .. code-block:: text - github "kylef/Stencil" ~> 0.8.0 + github "stencilproject/Stencil" ~> 0.12.1 2) Checkout your dependencies, generate the Stencil Xcode project, and then use Carthage to build Stencil: