Skip to content

Commit

Permalink
Build: version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcinarli committed Feb 17, 2015
1 parent a9b7b39 commit a566505
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.3.0
- NEW: center() mixin added for centering elements
- NEW: center-vertical() mixin added for centering element vertically
- NEW: center-horizontal() mixin added for centering element horizontally

## Version 0.2.1
- NEW: app-transition() mixin added for easily defining general transitions for app

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": "caffeine",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "https://github.com/bcinarli/caffeine",
"authors": [
"Bilal Cinarli <[email protected]>"
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": "kafein",
"version": "0.2.1",
"version": "0.3.0",
"description": "Caffeine is a set of SASS mixins and functions ready use for projects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a566505

Please sign in to comment.