Skip to content

Commit

Permalink
Bump package.json: version 0.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertinad committed May 4, 2015
1 parent 054fd0f commit ea19e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.2.9
* Fixing configuration being overrided.

## v0.2.8
* Fixing packages list after installing from bower.json, to display only direct dependencies.
* Adding bower default configuration based on bower-config.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brackets-bower",
"title": "Brackets Bower",
"version": "0.2.8",
"version": "0.2.9",
"description": "Manage your application's front-end dependencies using Bower. You can install and prune dependencies using the bower.json file and configure Bower through .bowerrc. Also, quickly install front-end packages by hitting Ctrl/Cmd-Alt-B, then start typing the name of a package. Once you see the package you want, hit Enter and the package will be installed into your project folder. NOTE: To install some packages, you must have Git installed.",
"author": "Albertina Durante (https:/albertinad)",
"homepage": "https:/albertinad/brackets-bower",
Expand Down

0 comments on commit ea19e6c

Please sign in to comment.