Skip to content

Commit

Permalink
Publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthier committed Mar 23, 2016
1 parent 21a5e94 commit 06fb206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-webui",
"version": "1.1.0",
"version": "1.2.0",
"authors": [
"Éric ALBER <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-webui",
"version": "1.1.0",
"version": "1.2.0",
"description": "A web user interface for git",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release/libexec/git-core/git-webui
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ if __name__ == '__main__':

url = "http://{}:{}".format(host if host else "localhost", port)
print("Serving at {}".format(url))
nobrowser = get_setting_boolean(args, "nobrowser", True);
nobrowser = get_setting_boolean(args, "nobrowser");
if not nobrowser:
webbrowser.open(url)

Expand Down

0 comments on commit 06fb206

Please sign in to comment.