Skip to content

Commit

Permalink
Bump package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertinad committed Sep 3, 2015
1 parent a331f32 commit a6a36e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
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.14
* Improving error handling and notifications.

## v0.2.13
* Bug fixing:
- Uninstalling packages and bower.json file system changes leave the BowerProject model in an inconsistent state.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ through the default Preferences.
2. Add a new entry `"proxy": "<proxyValue>"`

Some bower commands like "install" rely on the git configuration. To support a proxy, you need
to configure the http and https proxy from your global git configuration on your system.
to configure the http proxy from your global git configuration on your system.

1. Open a console/terminal
2. Set up the global proxy:
```
git config --global --add http.proxy <proxyValue>
git config --global --add https.proxy <proxyValue>
$ git config --global --add http.proxy <proxyValue>
```

### bower.json
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.13",
"version": "0.2.14",
"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 a6a36e3

Please sign in to comment.