Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Jul 24, 2015
1 parent 55db09a commit 44ef799
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juicy-tile-list",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/Juicy/juicy-tile-list",
"description": "<juicy-tile-list> is a Polymer Element with sortable tiles that packs efficiently without changing HTML structure (changes CSS only).",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/juicy-tile-list.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/packer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rectangle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juicy-tile-list",
"version": "0.3.0",
"version": "0.3.1",
"description": "<juicy-tile-list> is a Polymer Element with sortable tiles that packs efficiently without changing HTML structure (changes CSS only).",
"main": "src/juicy-tile-list.html",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/juicy-tile-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@element juicy-tile-list
@demo https://Juicy.github.io/juicy-tile-list/
version: 0.3.0
version: 0.3.1
-->
<!-- Import Polymer -->
<link rel="import" href="../../polymer/polymer.html">
Expand Down
2 changes: 1 addition & 1 deletion src/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Package
* version: 0.3.0
* version: 0.3.1
*/
(function( scope, Packer ){
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion src/packer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Packer
* bin-packing algorithm
* version: 0.3.0
* version: 0.3.1
*/
(function( scope ){
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion src/rectangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* [Rectangle description]
* version: 0.3.0
* version: 0.3.1
* @param {Object} [props] rectangle properties
* @param {Number} [props.x=0] rectangle position
* @param {Number} [props.y=0] rectangle position
Expand Down

0 comments on commit 44ef799

Please sign in to comment.