Skip to content

Commit

Permalink
Update app id to the published id
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandoislas committed Jan 5, 2018
1 parent 49e9c9b commit bb2a24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Twitched",
"description": "__MSG_description__",
"version": "1.0",
"version": "1.0.1",
"manifest_version": 2,
"author": "Rolando Islas",
"homepage_url": "https://www.twitched.org",
Expand Down
2 changes: 1 addition & 1 deletion chrome/src/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var appId = "206723_e381"; // TODO update the unpublished id to the published one if the app passes verification
var appId = "206723";

/**
* Page action show listener
Expand Down

0 comments on commit bb2a24c

Please sign in to comment.