Skip to content

Commit 0bc643b

Browse files
committed
version 2.1.1
1 parent 8aeabda commit 0bc643b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Distribution/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This module includes many features that will make you settings easy to use:
1111
- Manage your settings and default values from one place (it set the UI of the companion app with default states as expected).
1212
- Manage your own setting class (you don't have to set and update values).
1313

14+
# Versionning and Fitbit OS
15+
Like the Fitbit SDK, this module target tow OS. This split was made to allow users to use types définitions with the fitbit SDK 5.
16+
| Fitbit Os / SDK | Version to use |
17+
| -- | -- |
18+
| 4 | 2.x.x |
19+
| 5 | 3.x.x |
20+
1421
# How does it work?
1522
The cornerstone of this is your own setting class. In the common folder, you could have a class like this (each property is the key used in your settings UI):
1623
```ts

Distribution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-fitbit-settings",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Module to simplify management of settings inside Fitbit OS applications",
55
"author": "Jérémy Jeanson (https://www.bugshunter.net)",
66
"license": "MIT",

Sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-fitbit-settings",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Module to simplify management of settings inside Fitbit OS applications",
55
"author": "Jérémy Jeanson (https://www.bugshunter.net)",
66
"license": "MIT",

0 commit comments

Comments
 (0)