From 359e49e524cfc9c149edd7ad7c0351496a61656d Mon Sep 17 00:00:00 2001 From: Darius Rosendahl Date: Wed, 23 Nov 2016 22:56:52 +0100 Subject: [PATCH 1/3] Hotfix for documentation link on homepage --- dist/index.html | 2 +- package.json | 2 +- views/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index fedbe1c..9a9ddab 100644 --- a/dist/index.html +++ b/dist/index.html @@ -78,7 +78,7 @@

CastleCSS Framework

A modular, easy to use SCSS Framework.

Get started Watch on github -

Or watch the documentation

+

Or watch the documentation

diff --git a/package.json b/package.json index f36b088..cb478aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castlecss-docs", - "version": "0.2.0", + "version": "0.2.1", "description": "Documentation website for CastleCSS", "main": "index.js", "scripts": { diff --git a/views/index.html b/views/index.html index 5df0d68..fd8a964 100644 --- a/views/index.html +++ b/views/index.html @@ -34,7 +34,7 @@

CastleCSS Framework

A modular, easy to use SCSS Framework.

Get started Watch on github -

Or watch the documentation

+

Or watch the documentation

From 41cb2b5d23626314e03725e7313d6a6b0fbe6fbe Mon Sep 17 00:00:00 2001 From: Darius Date: Thu, 24 Nov 2016 15:51:31 +0100 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 600b2e3..73d30cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 CastleCSS +Copyright (c) 2016 De Nieuwe Zaak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 789a26a2b671e492f8173df1d3faea7074fd7a43 Mon Sep 17 00:00:00 2001 From: "DNZ\\darius" Date: Wed, 30 Nov 2016 11:51:56 +0100 Subject: [PATCH 3/3] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb478aa..7da1f73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castlecss-docs", - "version": "0.2.1", + "version": "0.3.1", "description": "Documentation website for CastleCSS", "main": "index.js", "scripts": {