Skip to content

Commit

Permalink
Merge pull request #35 from unlobito/heroku-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito authored Dec 10, 2022
2 parents 316d9d5 + 830f7cb commit b585cbd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Build"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down
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.7.0"
}
4 changes: 2 additions & 2 deletions src/js/pebble-js-app.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var Skunk = {};

Skunk.domain = 'https://skunkapp.herokuapp.com';
Skunk.domain = 'https://skunk-config.canidae.systems';
Skunk.state = null;
Skunk.token = '';
Skunk.updating = false;
Skunk.version = encodeURIComponent('1.4');
Skunk.version = encodeURIComponent('1.7');

// http://phpjs.org/functions/base64_encode/
function base64_encode(data) {
Expand Down

0 comments on commit b585cbd

Please sign in to comment.