Skip to content

Commit

Permalink
1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangweida committed Apr 18, 2021
1 parent 30bbcf7 commit 95629ba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.0.3
* feature: PhotoManager

## 1.0.2
* localization.

Expand Down
3 changes: 3 additions & 0 deletions tools_plugin/CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.0.3
* feature: PhotoManager

## 1.0.2
* localization.

Expand Down
2 changes: 1 addition & 1 deletion tools_plugin/lib/src/webserver/web_server.dart
Expand Up @@ -44,7 +44,7 @@ import 'handlers/screen_recorder_handler.dart';
import 'handlers/sp_handler.dart';

///对应发布到cdn的web版本
const _WEB_VERSION = 'v1.0.2';
const _WEB_VERSION = 'v1.0.3';

///用于校验身份请求
String _pinCode;
Expand Down
2 changes: 1 addition & 1 deletion tools_plugin/pubspec.yaml
@@ -1,6 +1,6 @@
name: k_debug_tools
description: KDebugTools is a powerful library for debugging Flutter applications.
version: 1.0.2
version: 1.0.3
homepage: https://github.com/KwaiAppTeam/KDebugTools
level: utility
publish_to: 'https://pub.dev'
Expand Down
3 changes: 3 additions & 0 deletions tools_web/CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.0.3
* feature: PhotoManager

## 1.0.2
* localization.

Expand Down
2 changes: 1 addition & 1 deletion tools_web/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: Web tools for KDebugTools.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.2
version: 1.0.3

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 95629ba

Please sign in to comment.