-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change config library to simple one not doing atomic writes which is …
…incompatible witht the way it is handled when running in a docker container
- Loading branch information
1 parent
478365a
commit 845e818
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ var first_run = false | |
var roon = new RoonApi({ | ||
extension_id: 'dk.hagenjohansen.roontradfri', | ||
display_name: "Roon Tradfri", | ||
display_version: "0.0.8", | ||
display_version: "0.0.9", | ||
publisher: 'Hasse Hagen Johansen', | ||
email: '[email protected]', | ||
website: 'https://github.com/HasseJohansen/roon-extension-ikea-tradfri', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters