Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LukyVj committed Jun 18, 2016
1 parent 9eb6d20 commit 0be6115
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Bower version](https://badge.fury.io/bo/family.scss.svg)](https://badge.fury.io/bo/family.scss)
[![Gitter](https://badges.gitter.im/LukyVj/family.scss.svg)](https://gitter.im/LukyVj/family.scss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.org/LukyVj/family.scss.svg?branch=master)](https://travis-ci.org/LukyVj/family.scss)
#### Version [v1.0.7](https://github.com/LukyVj/family.scss/releases)
#### Version [v1.0.8](https://github.com/LukyVj/family.scss/releases)

Family.scss is a set of **26** smart Sass mixins which will help you to manage the style of `:nth-child`'ified elements, in an easy and classy way.

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": "family.scss",
"version": "1.0.6",
"version": "1.0.8",
"description": "family.scss is a set of Sass mixins which will help you to manage the style of :nth-child'ified elements, in an easy way",
"main": "source/src/_family.scss",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ <h2 class='title'>Playground</h2>
</a>
</div>
<p class='version'>
Version: <a href="https://github.com/LukyVj/family.scss/releases/">1.0.7</a>
Version: <a href="https://github.com/LukyVj/family.scss/releases/">1.0.8</a>
</p>
</footer>
<div class='about-section'>
Expand Down
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
###
# Helpers
###
config[:family_lib_version] = '1.0.7'
config[:family_lib_version] = '1.0.8'
config[:family_mixins_number] = '26'
config[:family_file_weight] = '4Kb'

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": "family.scss",
"version": "1.0.6",
"version": "1.0.8",
"description": "family.scss is a set of Sass mixins which will help you to manage the style of :nth-child'ified elements, in an easy way",
"main": "source/src/_family.scss",
"scripts": {
Expand Down

0 comments on commit 0be6115

Please sign in to comment.