Skip to content

Commit

Permalink
Prepare for Heroku deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito committed Nov 13, 2022
1 parent add5c9d commit acb30bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Skunk
=======

Copyright (c) 2015 Henri Watson
Copyright (c) 2015-2022 Harley Watson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Pebble App Store](http://pblweb.com/badge/553aaf29bf1a5965020000c8/black/small.png)](https://apps.getpebble.com/applications/553aaf29bf1a5965020000c8)
[Rebble App Store](https://apps.rebble.io/en_US/application/553aaf29bf1a5965020000c8)

![Screenshot](screenshot.png)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Henri Watson",
"author": "Harley Watson",
"dependencies": {},
"keywords": [],
"name": "skunk",
Expand Down Expand Up @@ -52,5 +52,5 @@
"watchface": false
}
},
"version": "1.6.0"
"version": "1.6.1"
}
2 changes: 1 addition & 1 deletion src/js/pebble-js-app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Skunk = {};

Skunk.domain = 'https://skunkapp.herokuapp.com';
Skunk.domain = 'https://skunk-config.canidae.systems';
Skunk.state = null;
Skunk.token = '';
Skunk.updating = false;
Expand Down

0 comments on commit acb30bd

Please sign in to comment.