Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
* Bumping version for Pull #27
  • Loading branch information
atomicpages committed Apr 27, 2017
1 parent b5b526e commit c76ce41
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_style = space
tab_width = 4

[*.{yml}]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ Skeleton Sass 3 offers a far more portable solution in order to adapt to new way

Changelog
---------
### 3.1.2
* Merging in pull request [dirkolbrich](https://github.com/dirkolbrich)
* Fixes duplicate `normalize.css` in transpiled output

### 3.1.1
* Forgot to add the grid for `Wing` theme :)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-sass",
"version": "3.1.1",
"version": "3.1.2",
"author": "Dennis Thompson",
"homepage": "http://atomicpages.github.io/skeleton-sass/",
"repository": {
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": "skeleton-sass-official",
"version": "3.1.1",
"version": "3.1.2",
"description": "Skeleton Sass is a highly modular version of Skeleton CSS",
"main": "skeleton/core/_config.scss",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion skeleton/core/_config.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
////
/// Skeleton Sass 3.1.0
/// Skeleton Sass 3.1.2
/// @author Dennis Thompson
////

Expand Down

0 comments on commit c76ce41

Please sign in to comment.