Skip to content

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Feb 11, 2017
1 parent 6c4c70c commit 5a892c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _angled-edges.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//-------------------------------------------------------------------------------------
// Angled Edges v2.0 (https://github.com/josephfusco/angled-edges)
// Angled Edges v2.0.0 (https://github.com/josephfusco/angled-edges)
// Copyright 2017 Joseph Fusco
// Licensed under MIT (https://github.com/josephfusco/angled-edges/blob/master/LICENSE)
//-------------------------------------------------------------------------------------
Expand Down Expand Up @@ -73,8 +73,8 @@
/// @param {String} $location - 'inside top', 'outside top', 'inside bottom', 'outside bottom'
/// @param {String} $hypotenuse - 'upper left', 'upper right', 'lower left', 'lower right'
/// @param {Color} $fill
/// @param {Number} $height - unitless integer
/// @param {Number} $width - unitless integer
/// @param {Number} $height
/// @param {Number} $width
/// @output '::before' and/or '::after' with svg background image
///
@mixin angled-edge($location, $hypotenuse, $fill, $height: 100, $width: null) {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angled-edges",
"description": "A SASS mixin for creating angled edges on sections by dynamically encoding SVGs.",
"homepage": "https://github.com/josephfusco/angled-edges",
"version": "2.0",
"version": "2.0.0",
"main": [
"_angled-edges.scss"
],
Expand Down

0 comments on commit 5a892c4

Please sign in to comment.