Skip to content

Commit

Permalink
fix for the API key change for August servers
Browse files Browse the repository at this point in the history
  • Loading branch information
mlamoure committed Aug 10, 2018
1 parent 84f52f4 commit c624fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion August Home.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.0.13</string>
<string>1.0.14</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>IwsApiVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion August Home.indigoPlugin/Contents/Server Plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import uuid
from distutils.version import LooseVersion

API_KEY = "727dba56-fe45-498d-b4aa-293f96aae0e5"
API_KEY = "79fd0eb6-381d-4adf-95a0-47721289d1d9"
CONTENT_TYPE = "application/json"
USER_AGENT = "August/Luna-3.2.2"
ACCEPT_VERSION = "0.0.1"
Expand Down

0 comments on commit c624fcc

Please sign in to comment.