Skip to content

Commit fc2e6ee

Browse files
committed
Update readme and version
1 parent 92fb661 commit fc2e6ee

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.1 20 Sep 2021
2+
* Fix the issue with incorrect User-Agent
3+
14
## 0.8.0 09 Sep 2021
25
* Support Flutter 2.5
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ API keys required for the SDK initialisation will be available on the Apps setti
4343
## Add AppSpector plugin to pubspec.yaml
4444
```yaml
4545
dependencies
46-
appspector: '0.8.0'
46+
appspector: '0.8.1'
4747
```
4848
4949
## Initialize AppSpector plugin

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appspector
22
description: A plugin that integrate AppSpector to your Flutter project.
3-
version: 0.8.0
3+
version: 0.8.1
44
homepage: https://github.com/appspector/flutter-plugin
55

66
environment:

0 commit comments

Comments
 (0)