Skip to content

Commit

Permalink
fixed version number to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hspencer committed Jan 26, 2015
1 parent 73c20ae commit eda3f81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ baseurl: "http://eadpucv.github.io/pyxis"
project:
name: Pyxis
exclude: [bower_components, less]
version: 4.0.0
version: 0.0.4

16 changes: 12 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "pyxis",
"version": "3.0.0",
"version": "0.0.4",
"homepage": "https://github.com/eadpucv/pyxis",
"authors": [
"Idar <[email protected]>",
"Juan Antonio <[email protected]>",
"Idar González <[email protected]>",
"Juan Antonio Godoy <[email protected]>",
"Herbert Spencer <[email protected]>"
],
"description": "framework de la escuela de arquitectura y diseño PUCV",
"dependencies": {
"jquery": "2.0.3",
"stampa": "https://github.com/eadpucv/stampa.git"
},
"license": "mit"
"license": "mit",
"ignore": [
"**/.*",
"bower_components",
"_gh-pages",
"_includes",
"_layouts",
"maquetas"
]
}

0 comments on commit eda3f81

Please sign in to comment.