Skip to content

Commit e6ef157

Browse files
author
James Kolce
committed
v3.4.0
1 parent 88dbd36 commit e6ef157

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Concise
3+
Copyright (c) 2016 James Kolce, Keenan Payne and ConciseCSS Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "concise",
33
"description": "A front-end framework written in SASS that's lightweight, and easy-to-use.",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
55
"ignore": [
66
".gitignore",
77
".editorconfig",

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
{
2222
"name": "James Kolce",
23+
"email": "contact@jameskolce.com",
2324
"homepage": "http://jameskolce.com"
2425
}
2526
],

dist/concise.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* Concise Framework
2+
* ConciseCSS v3.4.0
33
* https://github.com/ConciseCSS/concise.css
44
*
5-
* Copyright 2015 Concise Team
5+
* Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors
66
* Released under the MIT license
77
* http://opensource.org/licenses/MIT
88
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "concise.css",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "A lightweight front-end framework that provides functionality without the bloat.",
55
"license": "MIT",
66
"keywords": [

src/concise.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* Concise Framework
2+
* ConciseCSS v3.4.0
33
* https://github.com/ConciseCSS/concise.css
44
*
5-
* Copyright 2015 Concise Team
5+
* Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors
66
* Released under the MIT license
77
* http://opensource.org/licenses/MIT
88
*

0 commit comments

Comments
 (0)