Skip to content

Commit

Permalink
git tag v1.0.1+3
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Mar 17, 2024
1 parent 5de9434 commit 4d929ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1+3]

* gateway key

## [1.0.1+2]

* add local gateway Ip and Port
Expand Down
3 changes: 3 additions & 0 deletions lib/constants/SharedPreferences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ class SharedPreferencesKey {
static final String USER_AVATAR_KEY = "USER_AVATAR_KEY";
// 用户Token
static final String USER_TOKEN_KEY = "USER_TOKEN_KEY";

static final String Gateway_Jwt_KEY = "GATEWAY_JWT_KEY";
static final String QR_Code_For_Mobile_Add_KEY = "QR_Code_For_Mobile_Add";
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openiothub_constants
description: openiothub_constants
version: 1.0.1+2
version: 1.0.1+3
homepage: https://github.com/OpenIoTHub

environment:
Expand Down

0 comments on commit 4d929ac

Please sign in to comment.