Skip to content

Commit

Permalink
Merge pull request #101 from plachintas/gh-pages
Browse files Browse the repository at this point in the history
fix version 0.1.5 -> 0.2.0
  • Loading branch information
ajb committed Sep 26, 2014
2 parents 684a190 + c21eec6 commit a021983
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions bower.json
@@ -1,12 +1,15 @@
{
"name": "formbuilder",
"version": "0.1.5",
"version": "0.2.1",
"homepage": "https://github.com/dobtco/formbuilder",
"authors": [
"ajb <ad@mbecker.cc>"
],
"description": "Graphical form builder for the web.",
"main": "index.js",
"main": [
"dist/formbuilder.js",
"dist/formbuilder.css"
],
"license": "MIT",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "formbuilder",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/dobtco/formbuilder",
"authors": [
"ajb <ad@mbecker.cc>"
Expand Down

0 comments on commit a021983

Please sign in to comment.