Skip to content

Commit f8a0b80

Browse files
committed
v2.2.19
1 parent 9da063f commit f8a0b80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p align="center">
1212
<a href="https://www.npmjs.com/package/spotcss"><img src="https://img.shields.io/badge/npm-spotcss-blue" alt="NPM Package"></a>
13-
<a href="https://github.com/seyd/spot-css/releases"><img src="https://img.shields.io/badge/version-v2.2.18-green" alt="Latest Release"></a>
13+
<a href="https://github.com/seyd/spot-css/releases"><img src="https://img.shields.io/badge/version-v2.2.19-green" alt="Latest Release"></a>
1414
<a href="https://github.com/seyd/spot-css/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License"></a>
1515
<img src="https://img.shields.io/badge/coverage-100%25-green" alt="Unit tests coverage">
1616
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotcss",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "SPOT CSS Framework { Single Place Of Truth Methodology }",
55
"main": "index.scss",
66
"scripts": {

src/_spot-css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/// @author Johnny Seyd (johnnyseyd@gmail.com)
55
/// @link https://github.com/seyd/spot-css
66
///
7-
$SPOT-CSS-FRAMEWORK: '2.2.18';
7+
$SPOT-CSS-FRAMEWORK: '2.2.19';
88
//
99
// Usage:
1010
// @import "~spotcss";

0 commit comments

Comments
 (0)