Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjo committed Jul 21, 2019
1 parent 5c51f91 commit 0d0ef66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rowGrid",
"description": "A small, lightweight JavaScript plugin for placing items in straight rows",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"authors": [
{ "name": "Bruno Joseph", "email": "[email protected]"," homepage": "http://brunojoseph.com" }
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rowgrid",
"version": "2.0.0",
"version": "2.0.1",
"description": "A small, lightweight JavaScript plugin for placing items in straight rows",
"main": "row-grid.js",
"directories": {
Expand All @@ -23,4 +23,4 @@
},
"homepage": "https://github.com/brunjo/rowGrid",
"dependencies" : {}
}
}

0 comments on commit 0d0ef66

Please sign in to comment.