Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkellum committed May 12, 2018
1 parent ce305e4 commit b2b7953
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "modular-scale",
"version": "v3.0.4",
"version": "v3.0.5",
"main": [
"stylesheets/_modularscale.scss"
],
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,3 +1,7 @@
# Version 3.0.5

* Added an !important flag for specificity in some frameworks like IntuitCSS. [See pull 146 for details](https://github.com/modularscale/modularscale-sass/pull/146).

# Version 3.0.4

* Fixed line breaks in error messaging to be compatable with future versions of Sass.
Expand Down
4 changes: 2 additions & 2 deletions lib/modular-scale.rb
Expand Up @@ -16,8 +16,8 @@
# a prerelease version
# Date is in the form of YYYY-MM-DD
module ModularScale
VERSION = "3.0.4"
DATE = "2017-04-04"
VERSION = "3.0.5"
DATE = "2018-01-23"
end

# This is where any custom SassScript should be placed. The functions will be
Expand Down
2 changes: 1 addition & 1 deletion license.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2015 [Scott Kellum](http://www.scottkellum.com/) ([@scottkellum](http://twitter.com/scottkellum)), [Adam Stacoviak](http://adamstacoviak.com/) ([@adamstac](http://twitter.com/adamstac)) and [Mason Wendell](http://thecodingdesigner.com/) ([@codingdesigner](http://twitter.com/codingdesigner))
Copyright © 2018 [Scott Kellum](http://www.scottkellum.com/) ([@scottkellum](http://twitter.com/scottkellum)), [Adam Stacoviak](http://adamstacoviak.com/) ([@adamstac](http://twitter.com/adamstac)) and [Mason Wendell](http://thecodingdesigner.com/) ([@codingdesigner](http://twitter.com/codingdesigner))

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "modularscale-sass",
"version": "3.0.4",
"version": "3.0.5",
"description": "A tool to help web designers size their type in a more meaningful way.",
"main": "stylesheets/_modularscale.scss",
"scripts": {
Expand Down
Binary file modified stylesheets/modularscale.zip
Binary file not shown.

0 comments on commit b2b7953

Please sign in to comment.