Skip to content

Commit b137089

Browse files
committed
version up
1 parent cef2b1b commit b137089

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modular-scale",
3-
"version": "v3.0.3",
3+
"version": "v3.0.4",
44
"main": [
55
"stylesheets/_modularscale.scss"
66
],

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 3.0.4
2+
3+
* Fixed line breaks in error messaging to be compatable with future versions of Sass.
4+
15
# Version 3.0.3
26

37
* Updated version for eyeglass (1.2.1)

lib/modular-scale.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# a prerelease version
1717
# Date is in the form of YYYY-MM-DD
1818
module ModularScale
19-
VERSION = "3.0.2"
19+
VERSION = "3.0.4"
2020
DATE = "2017-04-04"
2121
end
2222

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modularscale-sass",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A tool to help web designers size their type in a more meaningful way.",
55
"main": "stylesheets/_modularscale.scss",
66
"scripts": {

stylesheets/modularscale.zip

-13 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)