Skip to content

Commit

Permalink
Updated component to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jun 28, 2016
1 parent f2c0027 commit 3d697d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-statistic',
summary : 'Semantic UI - Statistic: Single component release',
version : '2.2.0',
version : '2.2.1',
git : 'git://github.com/Semantic-Org/UI-Statistic.git',
});

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": "semantic-ui-statistic",
"version": "2.2.0",
"version": "2.2.1",
"title": "Semantic UI - Statistic",
"description": "Single component release of statistic",
"homepage": "http://www.semantic-ui.com",
Expand Down
4 changes: 3 additions & 1 deletion statistic.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.0 - Statistic
* # Semantic UI 2.2.1 - Statistic
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -283,6 +283,7 @@
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.ui.horizontal.statistics {
Expand All @@ -303,6 +304,7 @@
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
max-width: none;
margin: 1em 0em;
Expand Down
Loading

0 comments on commit 3d697d0

Please sign in to comment.