diff --git a/LICENSE b/LICENSE index 6dfdb12..1c3c0f5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Concise +Copyright (c) 2016 James Kolce, Keenan Payne and ConciseCSS Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bower.json b/bower.json index a6eebcb..118f678 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "concise", "description": "A front-end framework written in SASS that's lightweight, and easy-to-use.", - "version": "3.3.0", + "version": "3.4.0", "ignore": [ ".gitignore", ".editorconfig", diff --git a/composer.json b/composer.json index e182ac3..77fb9be 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ }, { "name": "James Kolce", + "email": "contact@jameskolce.com", "homepage": "http://jameskolce.com" } ], diff --git a/dist/concise.css b/dist/concise.css index 9bbab48..15c86d6 100644 --- a/dist/concise.css +++ b/dist/concise.css @@ -1,8 +1,8 @@ /** - * Concise Framework + * ConciseCSS v3.4.0 * https://github.com/ConciseCSS/concise.css * - * Copyright 2015 Concise Team + * Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/package.json b/package.json index 92f9b02..6de6047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "concise.css", - "version": "3.3.0", + "version": "3.4.0", "description": "A lightweight front-end framework that provides functionality without the bloat.", "license": "MIT", "keywords": [ diff --git a/src/concise.scss b/src/concise.scss index aaa45a7..ca6a6b1 100644 --- a/src/concise.scss +++ b/src/concise.scss @@ -1,8 +1,8 @@ /** - * Concise Framework + * ConciseCSS v3.4.0 * https://github.com/ConciseCSS/concise.css * - * Copyright 2015 Concise Team + * Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors * Released under the MIT license * http://opensource.org/licenses/MIT *