Skip to content

Commit

Permalink
Update app URLs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdwang committed Mar 7, 2017
1 parent f80783a commit 0e60986
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion writelab/background/background.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const BASE_URL = 'https://www.writelab.com';
const BASE_URL = 'https://app.writelab.com';
const API_URL = BASE_URL + '/api/demo/';
const REQUEST_TIMEOUT = 10000;

Expand Down
2 changes: 1 addition & 1 deletion writelab/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "WriteLab",
"version": "0.1.1",
"version": "0.1.2",

"description": "Get instant feedback on your writing with WriteLab",
"homepage_url": "https://home.writelab.com",
Expand Down
2 changes: 1 addition & 1 deletion writelab/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ul>
<li>
<a id="writelab-button" href="https://www.writelab.com/accounts/login/"
<a id="writelab-button" href="https://app.writelab.com/accounts/login/"
target="_blank">
Log in
</a>
Expand Down
2 changes: 1 addition & 1 deletion writelab/popup/popup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const URL = 'https://www.writelab.com';
const URL = 'https://app.writelab.com';
const DOCUMENTS_URL = URL + '/documents/';

const login = document.getElementById('writelab-button');
Expand Down

0 comments on commit 0e60986

Please sign in to comment.