From a6a36e33f385afae98a767d271be8e6d2fc69b12 Mon Sep 17 00:00:00 2001 From: Albertina Durante Date: Thu, 3 Sep 2015 00:20:29 -0300 Subject: [PATCH] Bump package version. --- CHANGELOG.md | 3 +++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db4c70c..aa49dabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 3cf417fb..f73ece1e 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ through the default Preferences. 2. Add a new entry `"proxy": ""` 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 -git config --global --add https.proxy +$ git config --global --add http.proxy + ``` ### bower.json diff --git a/package.json b/package.json index 01cf6547..e697c56f 100644 --- a/package.json +++ b/package.json @@ -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://github.com/albertinad)", "homepage": "https://github.com/albertinad/brackets-bower",