Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkellum committed Sep 28, 2018
1 parent ce76e5a commit aa7549e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scale",
"version": "v3.0.6",
"version": "v3.0.7",
"main": [
"stylesheets/_modularscale.scss"
],
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 3.0.7

* Remove rounding errors.

# Version 3.0.6

* Fix deprecation warnings.
Expand Down
4 changes: 2 additions & 2 deletions lib/modular-scale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# a prerelease version
# Date is in the form of YYYY-MM-DD
module ModularScale
VERSION = "3.0.6"
DATE = "2018-01-23"
VERSION = "3.0.7"
DATE = "2018-09-27"
end

# This is where any custom SassScript should be placed. The functions will be
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modularscale-sass",
"version": "3.0.6",
"version": "3.0.7",
"description": "A tool to help web designers size their type in a more meaningful way.",
"main": "stylesheets/_modularscale.scss",
"scripts": {
Expand Down

0 comments on commit aa7549e

Please sign in to comment.