From be9c4d97ea4c0a80454b9115e0b0dd580c5db1ce Mon Sep 17 00:00:00 2001 From: Daniel Tonon Date: Sat, 30 Sep 2017 11:58:34 +1000 Subject: [PATCH 1/2] Fixed broken closing code-block in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41510bd..c4339f1 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Note that in the sass, we state that the width is 600px but it gets outputted as background: green; } } -```````` +````````````` ### Inside/Outside From 713a0b86f45078df731e269454648afeb7ca6e0c Mon Sep 17 00:00:00 2001 From: Daniel Tonon Date: Sat, 30 Sep 2017 12:01:44 +1000 Subject: [PATCH 2/2] Patch version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c71c87..469b672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mq-scss", - "version": "1.3.2", + "version": "1.3.3", "description": "An extremely powerful but easy to use Sass media query mixin", "main": "_mq.scss", "repository": {